#e2bbec
a light, vivid violet · warm · closest name: plum
RGB
226, 187, 236
HSL
288°, 56%, 83%
CMYK
4, 21, 0, 8
Luminance
0.5777
Every format
| HEX | #e2bbec |
| RGB | rgb(226, 187, 236) |
| HSL | hsl(288, 56%, 83%) |
| CMYK | cmyk(4%, 21%, 0%, 8%) |
| LAB | lab(80.6 22.4 -19.1) |
| LCH | lch(80.6 29.5 319.6) |
| OKLCH | oklch(0.842 0.079 319.3) |
Copy-ready code
/* CSS */
color: #e2bbec;
background-color: #e2bbec;
/* Tailwind (arbitrary) */
class="text-[#e2bbec] bg-[#e2bbec]"
/* SCSS */
$brand: #e2bbec;
/* SwiftUI */
Color(red: 0.886, green: 0.733, blue: 0.925)
/* Android */
Color.parseColor("#e2bbec")Accessibility — WCAG contrast
Aa
#e2bbec on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2bbec on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green73.3%
Blue92.5%
CMYK percentages
Cyan4.2%
Magenta20.8%
Yellow0.0%
Key (black)7.5%
Color previews
#e2bbec text on a black background
contrast 12.55:1
Card sample
#e2bbec text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2bbec;
Background color
Panel with #e2bbec background
background-color: #e2bbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2bbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 187, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 187, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2bbec; background: linear-gradient(135deg, #e2bbec, #ECBBD5);