#ffe2ee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 226, 238
HSL
335°, 100%, 94%
CMYK
0, 11, 7, 0
Luminance
0.8183
Every format
| HEX | #ffe2ee |
| RGB | rgb(255, 226, 238) |
| HSL | hsl(335, 100%, 94%) |
| CMYK | cmyk(0%, 11%, 7%, 0%) |
| LAB | lab(92.5 11.9 -2.2) |
| LCH | lch(92.5 12.1 349.6) |
| OKLCH | oklch(0.940 0.035 350.9) |
Copy-ready code
/* CSS */
color: #ffe2ee;
background-color: #ffe2ee;
/* Tailwind (arbitrary) */
class="text-[#ffe2ee] bg-[#ffe2ee]"
/* SCSS */
$brand: #ffe2ee;
/* SwiftUI */
Color(red: 1.000, green: 0.886, blue: 0.933)
/* Android */
Color.parseColor("#ffe2ee")Accessibility — WCAG contrast
Aa
#ffe2ee on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe2ee on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow6.7%
Key (black)0.0%
Color previews
#ffe2ee text on a black background
contrast 17.37:1
Card sample
#ffe2ee text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe2ee;
Background color
Panel with #ffe2ee background
background-color: #ffe2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 226, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 226, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe2ee; background: linear-gradient(135deg, #ffe2ee, #FFE9E2);