#FFA883
A light, vivid orange closely aligning with Lightsalmon.
About #FFA883
The hex code #FFA883 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Lightsalmon. This translates to an RGB value of rgb(255, 168, 131).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 34% magenta inks. The HSL representation is 17.9° hue, 100.0% saturation, and 75.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#FFA883
RGB255, 168, 131
HSL17.9°, 100.0%, 75.7%
CMYK0%, 34%, 49%, 0%
HSV17.9°, 48.6%, 100.0%
LAB76.6, 28.1, 32.3
XYZ59.3, 50.9, 28.2
Decimal16754819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.18:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA883;
}
.text-color {
color: #FFA883;
}
.border-color {
border: 2px solid #FFA883;
}