#FF5766
A light, vivid red closely aligning with Crimson.
About #FF5766
The hex code #FF5766 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 255 parts red, 87 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 66% M, 60% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF5766
RGB255, 87, 102
HSL354.6°, 100.0%, 67.1%
CMYK0%, 66%, 60%, 0%
HSV354.6°, 65.9%, 100.0%
LAB60.8, 64.4, 27.6
XYZ47.0, 29.0, 15.7
Decimal16734054
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.81:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5766;
}
.text-color {
color: #FF5766;
}
.border-color {
border: 2px solid #FF5766;
}