#FF4975
A light, vivid red closely aligning with Crimson.
About #FF4975
The hex code #FF4975 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 255 red, 73 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 71% Magenta, 54% Yellow, and 0% Black. With a hue angle of 345.5 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FF4975
RGB255, 73, 117
HSL345.5°, 100.0%, 64.3%
CMYK0%, 71%, 54%, 0%
HSV345.5°, 71.4%, 100.0%
LAB59.3, 70.5, 16.8
XYZ46.8, 27.3, 19.6
Decimal16730485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.46:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF4975;
}
.text-color {
color: #FF4975;
}
.border-color {
border: 2px solid #FF4975;
}