#fccefc
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 206, 252
HSL
300°, 89%, 90%
CMYK
0, 18, 0, 1
Luminance
0.7187
Every format
| HEX | #fccefc |
| RGB | rgb(252, 206, 252) |
| HSL | hsl(300, 89%, 90%) |
| CMYK | cmyk(0%, 18%, 0%, 1%) |
| LAB | lab(87.9 23.8 -16.4) |
| LCH | lch(87.9 28.9 325.5) |
| OKLCH | oklch(0.905 0.079 326.2) |
Copy-ready code
/* CSS */
color: #fccefc;
background-color: #fccefc;
/* Tailwind (arbitrary) */
class="text-[#fccefc] bg-[#fccefc]"
/* SCSS */
$brand: #fccefc;
/* SwiftUI */
Color(red: 0.988, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#fccefc")Accessibility — WCAG contrast
Aa
#fccefc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccefc on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.8%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#fccefc text on a black background
contrast 15.37:1
Card sample
#fccefc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccefc;
Background color
Panel with #fccefc background
background-color: #fccefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccefc; background: linear-gradient(135deg, #fccefc, #FCCEDD);