#ece7ee
a pale, soft violet · warm · closest name: lavender
RGB
236, 231, 238
HSL
283°, 17%, 92%
CMYK
1, 3, 0, 7
Luminance
0.8116
Every format
| HEX | #ece7ee |
| RGB | rgb(236, 231, 238) |
| HSL | hsl(283, 17%, 92%) |
| CMYK | cmyk(1%, 3%, 0%, 7%) |
| LAB | lab(92.2 2.9 -2.8) |
| LCH | lch(92.2 4.0 316.3) |
| OKLCH | oklch(0.934 0.011 316.5) |
Copy-ready code
/* CSS */
color: #ece7ee;
background-color: #ece7ee;
/* Tailwind (arbitrary) */
class="text-[#ece7ee] bg-[#ece7ee]"
/* SCSS */
$brand: #ece7ee;
/* SwiftUI */
Color(red: 0.925, green: 0.906, blue: 0.933)
/* Android */
Color.parseColor("#ece7ee")Accessibility — WCAG contrast
Aa
#ece7ee on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece7ee on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green90.6%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta2.9%
Yellow0.0%
Key (black)6.7%
Color previews
#ece7ee text on a black background
contrast 17.23:1
Card sample
#ece7ee text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece7ee;
Background color
Panel with #ece7ee background
background-color: #ece7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 231, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 231, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece7ee; background: linear-gradient(135deg, #ece7ee, #EEE7EB);