#e3cceb
a pale, soft violet · warm · closest name: lavender
RGB
227, 204, 235
HSL
285°, 44%, 86%
CMYK
3, 13, 0, 8
Luminance
0.6551
Every format
| HEX | #e3cceb |
| RGB | rgb(227, 204, 235) |
| HSL | hsl(285, 44%, 86%) |
| CMYK | cmyk(3%, 13%, 0%, 8%) |
| LAB | lab(84.8 13.5 -12.3) |
| LCH | lch(84.8 18.3 317.6) |
| OKLCH | oklch(0.874 0.049 317.4) |
Copy-ready code
/* CSS */
color: #e3cceb;
background-color: #e3cceb;
/* Tailwind (arbitrary) */
class="text-[#e3cceb] bg-[#e3cceb]"
/* SCSS */
$brand: #e3cceb;
/* SwiftUI */
Color(red: 0.890, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#e3cceb")Accessibility — WCAG contrast
Aa
#e3cceb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3cceb on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green80.0%
Blue92.2%
CMYK percentages
Cyan3.4%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#e3cceb text on a black background
contrast 14.10:1
Card sample
#e3cceb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3cceb;
Background color
Panel with #e3cceb background
background-color: #e3cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3cceb; background: linear-gradient(135deg, #e3cceb, #EBCCDE);