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