#FFA07C
A light, vivid orange closely aligning with Lightsalmon.
About #FFA07C
The precise color #FFA07C is an excellent choice for modern design projects. Its closest recognized web color is Lightsalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 160, and 124.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 37% M, 51% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFA07C
RGB255, 160, 124
HSL16.5°, 100.0%, 74.3%
CMYK0%, 37%, 51%, 0%
HSV16.5°, 51.4%, 100.0%
LAB74.7, 31.7, 33.5
XYZ57.4, 47.9, 25.3
Decimal16752764
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.57:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA07C;
}
.text-color {
color: #FFA07C;
}
.border-color {
border: 2px solid #FFA07C;
}