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