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