#e6b2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 178, 219
HSL
313°, 51%, 80%
CMYK
0, 23, 5, 10
Luminance
0.5378
Every format
| HEX | #e6b2db |
| RGB | rgb(230, 178, 219) |
| HSL | hsl(313, 51%, 80%) |
| CMYK | cmyk(0%, 23%, 5%, 10%) |
| LAB | lab(78.3 25.5 -13.3) |
| LCH | lch(78.3 28.8 332.4) |
| OKLCH | oklch(0.823 0.081 333.9) |
Copy-ready code
/* CSS */
color: #e6b2db;
background-color: #e6b2db;
/* Tailwind (arbitrary) */
class="text-[#e6b2db] bg-[#e6b2db]"
/* SCSS */
$brand: #e6b2db;
/* SwiftUI */
Color(red: 0.902, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#e6b2db")Accessibility — WCAG contrast
Aa
#e6b2db on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6b2db on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green69.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow4.8%
Key (black)9.8%
Color previews
#e6b2db text on a black background
contrast 11.76:1
Card sample
#e6b2db text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6b2db;
Background color
Panel with #e6b2db background
background-color: #e6b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6b2db; background: linear-gradient(135deg, #e6b2db, #E6B2B8);