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