#FF4966
A light, vivid red closely aligning with Crimson.
About #FF4966
When working with digital screens, the color #FF4966 is rendered by mixing light. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(255, 73, 102).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 71% Magenta, 60% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF4966
RGB255, 73, 102
HSL350.4°, 100.0%, 64.3%
CMYK0%, 71%, 60%, 0%
HSV350.4°, 71.4%, 100.0%
LAB59.0, 69.5, 25.1
XYZ46.0, 27.0, 15.4
Decimal16730470
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF4966;
}
.text-color {
color: #FF4966;
}
.border-color {
border: 2px solid #FF4966;
}