#FF8A66
A light, vivid red closely aligning with Coral.
About #FF8A66
The hex code #FF8A66 represents a beautifully specific shade of red. It is closely associated with the named CSS color Coral. Its digital footprint relies on 255 parts red, 138 parts green, and 102 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 46% magenta, 60% yellow, and 0% black. The HSL representation is 14.1° hue, 100.0% saturation, and 70.0% lightness.
When using this color as a background, text legibility must be considered. 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#FF8A66
RGB255, 138, 102
HSL14.1°, 100.0%, 70.0%
CMYK0%, 46%, 60%, 0%
HSV14.1°, 60.0%, 100.0%
LAB69.8, 41.2, 38.9
XYZ52.7, 40.4, 17.6
Decimal16747110
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.08:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF8A66;
}
.text-color {
color: #FF8A66;
}
.border-color {
border: 2px solid #FF8A66;
}