#FF575F
A light, vivid red closely aligning with Crimson.
About #FF575F
The hex code #FF575F represents a beautifully specific shade of red. Designers often compare it to the standard color Crimson. Its digital footprint relies on 255 parts red, 87 parts green, and 95 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 66% magenta inks. The HSL representation is 357.1° hue, 100.0% saturation, and 67.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF575F
RGB255, 87, 95
HSL357.1°, 100.0%, 67.1%
CMYK0%, 66%, 63%, 0%
HSV357.1°, 65.9%, 100.0%
LAB60.7, 64.0, 31.4
XYZ46.7, 28.9, 13.9
Decimal16734047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF575F;
}
.text-color {
color: #FF575F;
}
.border-color {
border: 2px solid #FF575F;
}