#e8b2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 178, 219
HSL
314°, 54%, 80%
CMYK
0, 23, 6, 9
Luminance
0.5411
Every format
| HEX | #e8b2db |
| RGB | rgb(232, 178, 219) |
| HSL | hsl(314, 54%, 80%) |
| CMYK | cmyk(0%, 23%, 6%, 9%) |
| LAB | lab(78.5 26.1 -13.0) |
| LCH | lch(78.5 29.2 333.5) |
| OKLCH | oklch(0.825 0.082 335.1) |
Copy-ready code
/* CSS */
color: #e8b2db;
background-color: #e8b2db;
/* Tailwind (arbitrary) */
class="text-[#e8b2db] bg-[#e8b2db]"
/* SCSS */
$brand: #e8b2db;
/* SwiftUI */
Color(red: 0.910, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#e8b2db")Accessibility — WCAG contrast
Aa
#e8b2db on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8b2db on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green69.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow5.6%
Key (black)9.0%
Color previews
#e8b2db text on a black background
contrast 11.82:1
Card sample
#e8b2db text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8b2db;
Background color
Panel with #e8b2db background
background-color: #e8b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8b2db; background: linear-gradient(135deg, #e8b2db, #E8B2B7);