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