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