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