#FFA87C
A light, vivid orange closely aligning with Lightsalmon.
About #FFA87C
At its core, #FFA87C is a light and vivid hue. Its closest recognized web color is Lightsalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 168, and 124.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 34% magenta, 51% yellow, and 0% black. With a hue angle of 20.2 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFA87C
RGB255, 168, 124
HSL20.2°, 100.0%, 74.3%
CMYK0%, 34%, 51%, 0%
HSV20.2°, 51.4%, 100.0%
LAB76.5, 27.5, 35.8
XYZ58.9, 50.7, 25.8
Decimal16754812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.14:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA87C;
}
.text-color {
color: #FFA87C;
}
.border-color {
border: 2px solid #FFA87C;
}