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