#e6ceeb
a pale, soft violet · warm · closest name: lavender
RGB
230, 206, 235
HSL
290°, 42%, 87%
CMYK
2, 12, 0, 8
Luminance
0.6696
Every format
| HEX | #e6ceeb |
| RGB | rgb(230, 206, 235) |
| HSL | hsl(290, 42%, 87%) |
| CMYK | cmyk(2%, 12%, 0%, 8%) |
| LAB | lab(85.5 13.4 -11.2) |
| LCH | lch(85.5 17.5 320.2) |
| OKLCH | oklch(0.880 0.047 320.4) |
Copy-ready code
/* CSS */
color: #e6ceeb;
background-color: #e6ceeb;
/* Tailwind (arbitrary) */
class="text-[#e6ceeb] bg-[#e6ceeb]"
/* SCSS */
$brand: #e6ceeb;
/* SwiftUI */
Color(red: 0.902, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#e6ceeb")Accessibility — WCAG contrast
Aa
#e6ceeb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ceeb on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green80.8%
Blue92.2%
CMYK percentages
Cyan2.1%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e6ceeb text on a black background
contrast 14.39:1
Card sample
#e6ceeb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ceeb;
Background color
Panel with #e6ceeb background
background-color: #e6ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ceeb; background: linear-gradient(135deg, #e6ceeb, #EBCEDD);