#F87C57
A light, vivid red closely aligning with Coral.
About #F87C57
At its core, #F87C57 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Coral. This translates to an RGB value of rgb(248, 124, 87).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 50% magenta, 65% yellow, and 3% black. With a hue angle of 13.8 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F87C57
RGB248, 124, 87
HSL13.8°, 92.0%, 65.7%
CMYK0%, 50%, 65%, 3%
HSV13.8°, 64.9%, 97.3%
LAB65.8, 44.6, 41.9
XYZ47.6, 35.1, 13.3
Decimal16284759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.01:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87C57;
}
.text-color {
color: #F87C57;
}
.border-color {
border: 2px solid #F87C57;
}