#e3b2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 178, 219
HSL
310°, 47%, 79%
CMYK
0, 22, 4, 11
Luminance
0.5329
Every format
| HEX | #e3b2db |
| RGB | rgb(227, 178, 219) |
| HSL | hsl(310, 47%, 79%) |
| CMYK | cmyk(0%, 22%, 4%, 11%) |
| LAB | lab(78.0 24.5 -13.8) |
| LCH | lch(78.0 28.1 330.6) |
| OKLCH | oklch(0.820 0.078 331.9) |
Copy-ready code
/* CSS */
color: #e3b2db;
background-color: #e3b2db;
/* Tailwind (arbitrary) */
class="text-[#e3b2db] bg-[#e3b2db]"
/* SCSS */
$brand: #e3b2db;
/* SwiftUI */
Color(red: 0.890, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#e3b2db")Accessibility — WCAG contrast
Aa
#e3b2db on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3b2db on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green69.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow3.5%
Key (black)11.0%
Color previews
#e3b2db text on a black background
contrast 11.66:1
Card sample
#e3b2db text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3b2db;
Background color
Panel with #e3b2db background
background-color: #e3b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3b2db; background: linear-gradient(135deg, #e3b2db, #E3B2BA);