#e3bceb
a light, vivid violet · warm · closest name: plum
RGB
227, 188, 235
HSL
290°, 54%, 83%
CMYK
3, 20, 0, 8
Luminance
0.5830
Every format
| HEX | #e3bceb |
| RGB | rgb(227, 188, 235) |
| HSL | hsl(290, 54%, 83%) |
| CMYK | cmyk(3%, 20%, 0%, 8%) |
| LAB | lab(80.9 22.1 -18.1) |
| LCH | lch(80.9 28.5 320.6) |
| OKLCH | oklch(0.844 0.077 320.5) |
Copy-ready code
/* CSS */
color: #e3bceb;
background-color: #e3bceb;
/* Tailwind (arbitrary) */
class="text-[#e3bceb] bg-[#e3bceb]"
/* SCSS */
$brand: #e3bceb;
/* SwiftUI */
Color(red: 0.890, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#e3bceb")Accessibility — WCAG contrast
Aa
#e3bceb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3bceb on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green73.7%
Blue92.2%
CMYK percentages
Cyan3.4%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#e3bceb text on a black background
contrast 12.66:1
Card sample
#e3bceb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3bceb;
Background color
Panel with #e3bceb background
background-color: #e3bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3bceb; background: linear-gradient(135deg, #e3bceb, #EBBCD4);