#feeaf0
a pale, electric magenta / pink · warm · closest name: white
RGB
254, 234, 240
HSL
342°, 91%, 96%
CMYK
0, 8, 6, 0
Luminance
0.8621
Every format
| HEX | #feeaf0 |
| RGB | rgb(254, 234, 240) |
| HSL | hsl(342, 91%, 96%) |
| CMYK | cmyk(0%, 8%, 6%, 0%) |
| LAB | lab(94.4 7.8 -0.5) |
| LCH | lch(94.4 7.8 356.7) |
| OKLCH | oklch(0.955 0.023 357.3) |
Copy-ready code
/* CSS */
color: #feeaf0;
background-color: #feeaf0;
/* Tailwind (arbitrary) */
class="text-[#feeaf0] bg-[#feeaf0]"
/* SCSS */
$brand: #feeaf0;
/* SwiftUI */
Color(red: 0.996, green: 0.918, blue: 0.941)
/* Android */
Color.parseColor("#feeaf0")Accessibility — WCAG contrast
Aa
#feeaf0 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeaf0 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.8%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow5.5%
Key (black)0.4%
Color previews
#feeaf0 text on a black background
contrast 18.24:1
Card sample
#feeaf0 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeaf0;
Background color
Panel with #feeaf0 background
background-color: #feeaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 234, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 234, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeaf0; background: linear-gradient(135deg, #feeaf0, #FEF1EA);