#FF6D83
A light, vivid red closely aligning with Lightcoral.
About #FF6D83
Visually, #FF6D83 is defined as a vivid red. It is closely associated with the named CSS color Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 109, and 131.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 57% M, 49% Y, and 0% K. The HSL representation is 351.0° hue, 100.0% saturation, and 71.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF6D83
RGB255, 109, 131
HSL351.0°, 100.0%, 71.4%
CMYK0%, 57%, 49%, 0%
HSV351.0°, 57.3%, 100.0%
LAB64.8, 57.4, 16.4
XYZ50.8, 33.8, 25.3
Decimal16739715
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.77:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6D83;
}
.text-color {
color: #FF6D83;
}
.border-color {
border: 2px solid #FF6D83;
}