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