#FF7C5F
A light, vivid red closely aligning with Coral.
About #FF7C5F
The precise color #FF7C5F is an excellent choice for modern design projects. It is closely associated with the named CSS color Coral. This translates to an RGB value of rgb(255, 124, 95).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 51% Magenta, 63% Yellow, and 0% Black. With a hue angle of 10.9 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. 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#FF7C5F
RGB255, 124, 95
HSL10.9°, 100.0%, 68.6%
CMYK0%, 51%, 63%, 0%
HSV10.9°, 62.7%, 100.0%
LAB66.9, 47.7, 39.2
XYZ50.5, 36.5, 15.2
Decimal16743519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.30:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7C5F;
}
.text-color {
color: #FF7C5F;
}
.border-color {
border: 2px solid #FF7C5F;
}