#FFCCFF
A very light, vivid magenta closely aligning with Plum.
About #FFCCFF
When working with digital screens, the color #FFCCFF is rendered by mixing light. Its closest recognized web color is Plum. This translates to an RGB value of rgb(255, 204, 255).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 20% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFCCFF
RGB255, 204, 255
HSL300.0°, 100.0%, 90.0%
CMYK0%, 20%, 0%, 0%
HSV300.0°, 20.0%, 100.0%
LAB87.8, 26.4, -18.1
XYZ80.9, 71.7, 104.2
Decimal16764159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCCFF;
}
.text-color {
color: #FFCCFF;
}
.border-color {
border: 2px solid #FFCCFF;
}