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