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