#e9e7ef
a pale, soft violet · warm · closest name: lavender
RGB
233, 231, 239
HSL
255°, 20%, 92%
CMYK
3, 3, 0, 6
Luminance
0.8071
Every format
| HEX | #e9e7ef |
| RGB | rgb(233, 231, 239) |
| HSL | hsl(255, 20%, 92%) |
| CMYK | cmyk(3%, 3%, 0%, 6%) |
| LAB | lab(92.0 2.1 -3.6) |
| LCH | lch(92.0 4.2 300.1) |
| OKLCH | oklch(0.932 0.011 297.6) |
Copy-ready code
/* CSS */
color: #e9e7ef;
background-color: #e9e7ef;
/* Tailwind (arbitrary) */
class="text-[#e9e7ef] bg-[#e9e7ef]"
/* SCSS */
$brand: #e9e7ef;
/* SwiftUI */
Color(red: 0.914, green: 0.906, blue: 0.937)
/* Android */
Color.parseColor("#e9e7ef")Accessibility — WCAG contrast
Aa
#e9e7ef on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9e7ef on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green90.6%
Blue93.7%
CMYK percentages
Cyan2.5%
Magenta3.3%
Yellow0.0%
Key (black)6.3%
Color previews
#e9e7ef text on a black background
contrast 17.14:1
Card sample
#e9e7ef text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9e7ef;
Background color
Panel with #e9e7ef background
background-color: #e9e7ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9e7ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 231, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 231, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9e7ef; background: linear-gradient(135deg, #e9e7ef, #EEE7EF);