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