#F07C57
A light, vivid red closely aligning with Coral.
About #F07C57
At its core, #F07C57 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(240, 124, 87).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 48% magenta inks. The HSL representation is 14.5° hue, 83.6% saturation, and 64.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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F07C57
RGB240, 124, 87
HSL14.5°, 83.6%, 64.1%
CMYK0%, 48%, 64%, 6%
HSV14.5°, 63.7%, 94.1%
LAB64.7, 41.6, 40.2
XYZ44.9, 33.6, 13.1
Decimal15760471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.73:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F07C57;
}
.text-color {
color: #F07C57;
}
.border-color {
border: 2px solid #F07C57;
}