#FF5066
A light, vivid red closely aligning with Crimson.
About #FF5066
Visually, #FF5066 is defined as a vivid red. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(255, 80, 102).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 69% Magenta, 60% Yellow, and 0% Black. 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. 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#FF5066
RGB255, 80, 102
HSL352.5°, 100.0%, 65.7%
CMYK0%, 69%, 60%, 0%
HSV352.5°, 68.6%, 100.0%
LAB59.8, 67.1, 26.3
XYZ46.5, 28.0, 15.5
Decimal16732262
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.59:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5066;
}
.text-color {
color: #FF5066;
}
.border-color {
border: 2px solid #FF5066;
}