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