#fcd2fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 210, 252
HSL
300°, 88%, 91%
CMYK
0, 17, 0, 1
Luminance
0.7382
Every format
| HEX | #fcd2fc |
| RGB | rgb(252, 210, 252) |
| HSL | hsl(300, 88%, 91%) |
| CMYK | cmyk(0%, 17%, 0%, 1%) |
| LAB | lab(88.8 21.7 -15.0) |
| LCH | lch(88.8 26.4 325.4) |
| OKLCH | oklch(0.912 0.072 326.1) |
Copy-ready code
/* CSS */
color: #fcd2fc;
background-color: #fcd2fc;
/* Tailwind (arbitrary) */
class="text-[#fcd2fc] bg-[#fcd2fc]"
/* SCSS */
$brand: #fcd2fc;
/* SwiftUI */
Color(red: 0.988, green: 0.824, blue: 0.988)
/* Android */
Color.parseColor("#fcd2fc")Accessibility — WCAG contrast
Aa
#fcd2fc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd2fc on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green82.4%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow0.0%
Key (black)1.2%
Color previews
#fcd2fc text on a black background
contrast 15.76:1
Card sample
#fcd2fc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd2fc;
Background color
Panel with #fcd2fc background
background-color: #fcd2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 210, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 210, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd2fc; background: linear-gradient(135deg, #fcd2fc, #FCD2E0);