#eda2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 162, 219
HSL
314°, 68%, 78%
CMYK
0, 32, 8, 7
Luminance
0.4896
Every format
| HEX | #eda2db |
| RGB | rgb(237, 162, 219) |
| HSL | hsl(314, 68%, 78%) |
| CMYK | cmyk(0%, 32%, 8%, 7%) |
| LAB | lab(75.4 36.3 -17.6) |
| LCH | lch(75.4 40.4 334.1) |
| OKLCH | oklch(0.802 0.114 335.7) |
Copy-ready code
/* CSS */
color: #eda2db;
background-color: #eda2db;
/* Tailwind (arbitrary) */
class="text-[#eda2db] bg-[#eda2db]"
/* SCSS */
$brand: #eda2db;
/* SwiftUI */
Color(red: 0.929, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#eda2db")Accessibility — WCAG contrast
Aa
#eda2db on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eda2db on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow7.6%
Key (black)7.1%
Color previews
#eda2db text on a black background
contrast 10.79:1
Card sample
#eda2db text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eda2db;
Background color
Panel with #eda2db background
background-color: #eda2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eda2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eda2db; background: linear-gradient(135deg, #eda2db, #EDA2A9);