#fceaf0
a pale, electric magenta / pink · warm · closest name: white
RGB
252, 234, 240
HSL
340°, 75%, 95%
CMYK
0, 7, 5, 1
Luminance
0.8583
Every format
| HEX | #fceaf0 |
| RGB | rgb(252, 234, 240) |
| HSL | hsl(340, 75%, 95%) |
| CMYK | cmyk(0%, 7%, 5%, 1%) |
| LAB | lab(94.2 7.1 -0.7) |
| LCH | lch(94.2 7.1 354.4) |
| OKLCH | oklch(0.953 0.021 355.2) |
Copy-ready code
/* CSS */
color: #fceaf0;
background-color: #fceaf0;
/* Tailwind (arbitrary) */
class="text-[#fceaf0] bg-[#fceaf0]"
/* SCSS */
$brand: #fceaf0;
/* SwiftUI */
Color(red: 0.988, green: 0.918, blue: 0.941)
/* Android */
Color.parseColor("#fceaf0")Accessibility — WCAG contrast
Aa
#fceaf0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceaf0 on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.8%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow4.8%
Key (black)1.2%
Color previews
#fceaf0 text on a black background
contrast 18.17:1
Card sample
#fceaf0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceaf0;
Background color
Panel with #fceaf0 background
background-color: #fceaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 234, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 234, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceaf0; background: linear-gradient(135deg, #fceaf0, #FCF0EA);