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