#fceafb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 234, 251
HSL
303°, 75%, 95%
CMYK
0, 7, 0, 1
Luminance
0.8651
Every format
| HEX | #fceafb |
| RGB | rgb(252, 234, 251) |
| HSL | hsl(303, 75%, 95%) |
| CMYK | cmyk(0%, 7%, 0%, 1%) |
| LAB | lab(94.5 9.0 -6.0) |
| LCH | lch(94.5 10.8 326.3) |
| OKLCH | oklch(0.956 0.029 327.5) |
Copy-ready code
/* CSS */
color: #fceafb;
background-color: #fceafb;
/* Tailwind (arbitrary) */
class="text-[#fceafb] bg-[#fceafb]"
/* SCSS */
$brand: #fceafb;
/* SwiftUI */
Color(red: 0.988, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#fceafb")Accessibility — WCAG contrast
Aa
#fceafb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceafb on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.8%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow0.4%
Key (black)1.2%
Color previews
#fceafb text on a black background
contrast 18.30:1
Card sample
#fceafb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceafb;
Background color
Panel with #fceafb background
background-color: #fceafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceafb; background: linear-gradient(135deg, #fceafb, #FCEAEF);