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