#FF8A57
A light, vivid orange closely aligning with Coral.
About #FF8A57
At its core, #FF8A57 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Coral. In the RGB color space, it consists of 255 red, 138 green, and 87 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 46% M, 66% Y, and 0% K. With a hue angle of 18.2 degrees, it sits comfortably in the orange 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF8A57
RGB255, 138, 87
HSL18.2°, 100.0%, 67.1%
CMYK0%, 46%, 66%, 0%
HSV18.2°, 65.9%, 100.0%
LAB69.6, 40.3, 46.5
XYZ52.0, 40.1, 14.0
Decimal16747095
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.03:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF8A57;
}
.text-color {
color: #FF8A57;
}
.border-color {
border: 2px solid #FF8A57;
}