#F06D83
A light, vivid red closely aligning with Lightcoral.
About #F06D83
The hex code #F06D83 represents a beautifully specific shade of red. It is closely associated with the named CSS color Lightcoral. In the RGB color space, it consists of 240 red, 109 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 55% M, 45% Y, and 6% K. The HSL representation is 349.9° hue, 81.4% saturation, and 68.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F06D83
RGB240, 109, 131
HSL349.9°, 81.4%, 68.4%
CMYK0%, 55%, 45%, 6%
HSV349.9°, 54.6%, 94.1%
LAB62.6, 52.4, 12.9
XYZ45.5, 31.1, 25.1
Decimal15756675
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.22:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06D83;
}
.text-color {
color: #F06D83;
}
.border-color {
border: 2px solid #F06D83;
}