#fcd4fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 212, 252
HSL
300°, 87%, 91%
CMYK
0, 16, 0, 1
Luminance
0.7481
Every format
| HEX | #fcd4fc |
| RGB | rgb(252, 212, 252) |
| HSL | hsl(300, 87%, 91%) |
| CMYK | cmyk(0%, 16%, 0%, 1%) |
| LAB | lab(89.3 20.6 -14.3) |
| LCH | lch(89.3 25.1 325.3) |
| OKLCH | oklch(0.916 0.069 326.1) |
Copy-ready code
/* CSS */
color: #fcd4fc;
background-color: #fcd4fc;
/* Tailwind (arbitrary) */
class="text-[#fcd4fc] bg-[#fcd4fc]"
/* SCSS */
$brand: #fcd4fc;
/* SwiftUI */
Color(red: 0.988, green: 0.831, blue: 0.988)
/* Android */
Color.parseColor("#fcd4fc")Accessibility — WCAG contrast
Aa
#fcd4fc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd4fc on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.1%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow0.0%
Key (black)1.2%
Color previews
#fcd4fc text on a black background
contrast 15.96:1
Card sample
#fcd4fc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd4fc;
Background color
Panel with #fcd4fc background
background-color: #fcd4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 212, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 212, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd4fc; background: linear-gradient(135deg, #fcd4fc, #FCD4E1);