#e2b2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 178, 219
HSL
309°, 45%, 79%
CMYK
0, 21, 3, 11
Luminance
0.5312
Every format
| HEX | #e2b2db |
| RGB | rgb(226, 178, 219) |
| HSL | hsl(309, 45%, 79%) |
| CMYK | cmyk(0%, 21%, 3%, 11%) |
| LAB | lab(78.0 24.1 -13.9) |
| LCH | lch(78.0 27.9 330.0) |
| OKLCH | oklch(0.819 0.077 331.3) |
Copy-ready code
/* CSS */
color: #e2b2db;
background-color: #e2b2db;
/* Tailwind (arbitrary) */
class="text-[#e2b2db] bg-[#e2b2db]"
/* SCSS */
$brand: #e2b2db;
/* SwiftUI */
Color(red: 0.886, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#e2b2db")Accessibility — WCAG contrast
Aa
#e2b2db on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2b2db on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green69.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow3.1%
Key (black)11.4%
Color previews
#e2b2db text on a black background
contrast 11.62:1
Card sample
#e2b2db text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2b2db;
Background color
Panel with #e2b2db background
background-color: #e2b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2b2db; background: linear-gradient(135deg, #e2b2db, #E2B2BB);