#ffe7ee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 231, 238
HSL
343°, 100%, 95%
CMYK
0, 9, 7, 0
Luminance
0.8458
Every format
| HEX | #ffe7ee |
| RGB | rgb(255, 231, 238) |
| HSL | hsl(343, 100%, 95%) |
| CMYK | cmyk(0%, 9%, 7%, 0%) |
| LAB | lab(93.7 9.3 -0.4) |
| LCH | lch(93.7 9.3 357.4) |
| OKLCH | oklch(0.949 0.028 358.0) |
Copy-ready code
/* CSS */
color: #ffe7ee;
background-color: #ffe7ee;
/* Tailwind (arbitrary) */
class="text-[#ffe7ee] bg-[#ffe7ee]"
/* SCSS */
$brand: #ffe7ee;
/* SwiftUI */
Color(red: 1.000, green: 0.906, blue: 0.933)
/* Android */
Color.parseColor("#ffe7ee")Accessibility — WCAG contrast
Aa
#ffe7ee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe7ee on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow6.7%
Key (black)0.0%
Color previews
#ffe7ee text on a black background
contrast 17.92:1
Card sample
#ffe7ee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe7ee;
Background color
Panel with #ffe7ee background
background-color: #ffe7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 231, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 231, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe7ee; background: linear-gradient(135deg, #ffe7ee, #FFF0E7);