#FFCCDB
A very light, vivid magenta closely aligning with Pink.
About #FFCCDB
When working with digital screens, the color #FFCCDB is rendered by mixing light. Its closest recognized web color is Pink. In the RGB color space, it consists of 255 red, 204 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 20% Magenta, 14% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFCCDB
RGB255, 204, 219
HSL342.4°, 100.0%, 90.0%
CMYK0%, 20%, 14%, 0%
HSV342.4°, 20.0%, 100.0%
LAB86.8, 20.3, -0.6
XYZ75.6, 69.6, 76.5
Decimal16764123
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.91:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCCDB;
}
.text-color {
color: #FFCCDB;
}
.border-color {
border: 2px solid #FFCCDB;
}