#e7b2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 178, 219
HSL
314°, 53%, 80%
CMYK
0, 23, 5, 9
Luminance
0.5394
Every format
| HEX | #e7b2db |
| RGB | rgb(231, 178, 219) |
| HSL | hsl(314, 53%, 80%) |
| CMYK | cmyk(0%, 23%, 5%, 9%) |
| LAB | lab(78.4 25.8 -13.2) |
| LCH | lch(78.4 29.0 333.0) |
| OKLCH | oklch(0.824 0.081 334.5) |
Copy-ready code
/* CSS */
color: #e7b2db;
background-color: #e7b2db;
/* Tailwind (arbitrary) */
class="text-[#e7b2db] bg-[#e7b2db]"
/* SCSS */
$brand: #e7b2db;
/* SwiftUI */
Color(red: 0.906, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#e7b2db")Accessibility — WCAG contrast
Aa
#e7b2db on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7b2db on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green69.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow5.2%
Key (black)9.4%
Color previews
#e7b2db text on a black background
contrast 11.79:1
Card sample
#e7b2db text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7b2db;
Background color
Panel with #e7b2db background
background-color: #e7b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7b2db; background: linear-gradient(135deg, #e7b2db, #E7B2B8);