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