#fccfff
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 207, 255
HSL
296°, 100%, 91%
CMYK
1, 19, 0, 0
Luminance
0.7254
Every format
| HEX | #fccfff |
| RGB | rgb(252, 207, 255) |
| HSL | hsl(296, 100%, 91%) |
| CMYK | cmyk(1%, 19%, 0%, 0%) |
| LAB | lab(88.2 23.8 -17.5) |
| LCH | lch(88.2 29.5 323.7) |
| OKLCH | oklch(0.908 0.080 324.2) |
Copy-ready code
/* CSS */
color: #fccfff;
background-color: #fccfff;
/* Tailwind (arbitrary) */
class="text-[#fccfff] bg-[#fccfff]"
/* SCSS */
$brand: #fccfff;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#fccfff")Accessibility — WCAG contrast
Aa
#fccfff on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfff on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fccfff text on a black background
contrast 15.51:1
Card sample
#fccfff text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfff;
Background color
Panel with #fccfff background
background-color: #fccfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfff; background: linear-gradient(135deg, #fccfff, #FFCFE2);