#fceafd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 234, 253
HSL
297°, 83%, 96%
CMYK
0, 8, 0, 1
Luminance
0.8663
Every format
| HEX | #fceafd |
| RGB | rgb(252, 234, 253) |
| HSL | hsl(297, 83%, 96%) |
| CMYK | cmyk(0%, 8%, 0%, 1%) |
| LAB | lab(94.6 9.4 -7.0) |
| LCH | lch(94.6 11.7 323.4) |
| OKLCH | oklch(0.957 0.032 324.2) |
Copy-ready code
/* CSS */
color: #fceafd;
background-color: #fceafd;
/* Tailwind (arbitrary) */
class="text-[#fceafd] bg-[#fceafd]"
/* SCSS */
$brand: #fceafd;
/* SwiftUI */
Color(red: 0.988, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#fceafd")Accessibility — WCAG contrast
Aa
#fceafd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceafd on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.8%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#fceafd text on a black background
contrast 18.33:1
Card sample
#fceafd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceafd;
Background color
Panel with #fceafd background
background-color: #fceafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceafd; background: linear-gradient(135deg, #fceafd, #FDEAF1);