#FFCCB6
A very light, vivid orange closely aligning with Peachpuff.
About #FFCCB6
The precise color #FFCCB6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Peachpuff. In the RGB color space, it consists of 255 red, 204 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 20% Magenta, 29% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFCCB6
RGB255, 204, 182
HSL18.1°, 100.0%, 85.7%
CMYK0%, 20%, 29%, 0%
HSV18.1°, 28.6%, 100.0%
LAB85.9, 15.0, 17.8
XYZ71.3, 67.8, 53.6
Decimal16764086
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.56:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCCB6;
}
.text-color {
color: #FFCCB6;
}
.border-color {
border: 2px solid #FFCCB6;
}