#FF8399
A light, vivid red closely aligning with Lightcoral.
About #FF8399
The precise color #FF8399 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightcoral. This translates to an RGB value of rgb(255, 131, 153).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 49% M, 40% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF8399
RGB255, 131, 153
HSL349.4°, 100.0%, 75.7%
CMYK0%, 49%, 40%, 0%
HSV349.4°, 48.6%, 100.0%
LAB69.3, 49.2, 10.2
XYZ55.1, 39.8, 34.9
Decimal16745369
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.96:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF8399;
}
.text-color {
color: #FF8399;
}
.border-color {
border: 2px solid #FF8399;
}