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