#FF92A0
A light, vivid red closely aligning with Lightcoral.
About #FF92A0
When working with digital screens, the color #FF92A0 is rendered by mixing light. Its closest recognized web color is Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 146, and 160.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 43% M, 37% Y, and 0% K. The HSL representation is 352.3° hue, 100.0% saturation, and 78.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF92A0
RGB255, 146, 160
HSL352.3°, 100.0%, 78.6%
CMYK0%, 43%, 37%, 0%
HSV352.3°, 42.7%, 100.0%
LAB72.5, 42.4, 10.8
XYZ57.9, 44.4, 38.8
Decimal16749216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.87:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF92A0;
}
.text-color {
color: #FF92A0;
}
.border-color {
border: 2px solid #FF92A0;
}