#FFCCA8
A very light, vivid orange closely aligning with Peachpuff.
About #FFCCA8
Visually, #FFCCA8 is defined as a vivid orange. Designers often compare it to the standard color Peachpuff. In the RGB color space, it consists of 255 red, 204 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 20% magenta, 34% yellow, and 0% black. The HSL representation is 24.8° hue, 100.0% saturation, and 82.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFCCA8
RGB255, 204, 168
HSL24.8°, 100.0%, 82.9%
CMYK0%, 20%, 34%, 0%
HSV24.8°, 34.1%, 100.0%
LAB85.6, 13.2, 24.8
XYZ69.9, 67.3, 46.3
Decimal16764072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.45:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCCA8;
}
.text-color {
color: #FFCCA8;
}
.border-color {
border: 2px solid #FFCCA8;
}