#fccdfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 205, 251
HSL
301°, 89%, 90%
CMYK
0, 19, 0, 1
Luminance
0.7132
Every format
| HEX | #fccdfb |
| RGB | rgb(252, 205, 251) |
| HSL | hsl(301, 89%, 90%) |
| CMYK | cmyk(0%, 19%, 0%, 1%) |
| LAB | lab(87.6 24.1 -16.3) |
| LCH | lch(87.6 29.1 326.1) |
| OKLCH | oklch(0.903 0.080 326.9) |
Copy-ready code
/* CSS */
color: #fccdfb;
background-color: #fccdfb;
/* Tailwind (arbitrary) */
class="text-[#fccdfb] bg-[#fccdfb]"
/* SCSS */
$brand: #fccdfb;
/* SwiftUI */
Color(red: 0.988, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#fccdfb")Accessibility — WCAG contrast
Aa
#fccdfb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccdfb on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.4%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow0.4%
Key (black)1.2%
Color previews
#fccdfb text on a black background
contrast 15.26:1
Card sample
#fccdfb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccdfb;
Background color
Panel with #fccdfb background
background-color: #fccdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccdfb; background: linear-gradient(135deg, #fccdfb, #FCCDDC);