#FF8A5F
A light, vivid orange closely aligning with Coral.
About #FF8A5F
At its core, #FF8A5F 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(255, 138, 95).
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, 63% Y, and 0% K. The HSL representation is 16.1° hue, 100.0% saturation, and 68.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF8A5F
RGB255, 138, 95
HSL16.1°, 100.0%, 68.6%
CMYK0%, 46%, 63%, 0%
HSV16.1°, 62.7%, 100.0%
LAB69.7, 40.8, 42.5
XYZ52.4, 40.3, 15.8
Decimal16747103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF8A5F;
}
.text-color {
color: #FF8A5F;
}
.border-color {
border: 2px solid #FF8A5F;
}