#e2ceeb
a pale, soft violet · warm · closest name: lavender
RGB
226, 206, 235
HSL
281°, 42%, 87%
CMYK
4, 12, 0, 8
Luminance
0.6631
Every format
| HEX | #e2ceeb |
| RGB | rgb(226, 206, 235) |
| HSL | hsl(281, 42%, 87%) |
| CMYK | cmyk(4%, 12%, 0%, 8%) |
| LAB | lab(85.2 12.1 -11.7) |
| LCH | lch(85.2 16.9 315.9) |
| OKLCH | oklch(0.877 0.045 315.5) |
Copy-ready code
/* CSS */
color: #e2ceeb;
background-color: #e2ceeb;
/* Tailwind (arbitrary) */
class="text-[#e2ceeb] bg-[#e2ceeb]"
/* SCSS */
$brand: #e2ceeb;
/* SwiftUI */
Color(red: 0.886, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#e2ceeb")Accessibility — WCAG contrast
Aa
#e2ceeb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ceeb on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.8%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e2ceeb text on a black background
contrast 14.26:1
Card sample
#e2ceeb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ceeb;
Background color
Panel with #e2ceeb background
background-color: #e2ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ceeb; background: linear-gradient(135deg, #e2ceeb, #EBCEE1);