#FE6E7B
A light, vivid red closely aligning with Lightcoral.
About #FE6E7B
The precise color #FE6E7B is an excellent choice for modern design projects. Its closest recognized web color is Lightcoral. In the RGB color space, it consists of 254 red, 110 green, and 123 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 57% Magenta, 52% Yellow, and 0% Black. The HSL representation is 354.6° hue, 98.6% saturation, and 71.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FE6E7B
RGB254, 110, 123
HSL354.6°, 98.6%, 71.4%
CMYK0%, 57%, 52%, 0%
HSV354.6°, 56.7%, 99.6%
LAB64.7, 55.9, 20.7
XYZ50.0, 33.7, 22.6
Decimal16674427
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.73:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FE6E7B;
}
.text-color {
color: #FE6E7B;
}
.border-color {
border: 2px solid #FE6E7B;
}