#FFCCBD
A very light, vivid red closely aligning with Peachpuff.
About #FFCCBD
At its core, #FFCCBD is a very light and vivid hue. Designers often compare it to the standard color Peachpuff. In the RGB color space, it consists of 255 red, 204 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 20% M, 26% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFCCBD
RGB255, 204, 189
HSL13.6°, 100.0%, 87.1%
CMYK0%, 20%, 26%, 0%
HSV13.6°, 25.9%, 100.0%
LAB86.1, 15.9, 14.3
XYZ72.0, 68.1, 57.5
Decimal16764093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.62:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCCBD;
}
.text-color {
color: #FFCCBD;
}
.border-color {
border: 2px solid #FFCCBD;
}