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