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