#fee2f5
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 226, 245
HSL
319°, 93%, 94%
CMYK
0, 11, 4, 0
Luminance
0.8206
Every format
| HEX | #fee2f5 |
| RGB | rgb(254, 226, 245) |
| HSL | hsl(319, 93%, 94%) |
| CMYK | cmyk(0%, 11%, 4%, 0%) |
| LAB | lab(92.6 12.8 -5.7) |
| LCH | lch(92.6 14.0 335.9) |
| OKLCH | oklch(0.941 0.039 337.6) |
Copy-ready code
/* CSS */
color: #fee2f5;
background-color: #fee2f5;
/* Tailwind (arbitrary) */
class="text-[#fee2f5] bg-[#fee2f5]"
/* SCSS */
$brand: #fee2f5;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.961)
/* Android */
Color.parseColor("#fee2f5")Accessibility — WCAG contrast
Aa
#fee2f5 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2f5 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow3.5%
Key (black)0.4%
Color previews
#fee2f5 text on a black background
contrast 17.41:1
Card sample
#fee2f5 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2f5;
Background color
Panel with #fee2f5 background
background-color: #fee2f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2f5; background: linear-gradient(135deg, #fee2f5, #FEE2E2);