#FF7550
A light, vivid red closely aligning with Coral.
About #FF7550
When working with digital screens, the color #FF7550 is rendered by mixing light. It is closely associated with the named CSS color Coral. This translates to an RGB value of rgb(255, 117, 80).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 54% magenta, 69% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF7550
RGB255, 117, 80
HSL12.7°, 100.0%, 65.7%
CMYK0%, 54%, 69%, 0%
HSV12.7°, 68.6%, 100.0%
LAB65.4, 50.2, 45.3
XYZ49.0, 34.6, 11.7
Decimal16741712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.91:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF7550;
}
.text-color {
color: #FF7550;
}
.border-color {
border: 2px solid #FF7550;
}