#ed9df2
a light, electric magenta / pink · warm · closest name: plum
RGB
237, 157, 242
HSL
297°, 77%, 78%
CMYK
2, 35, 0, 5
Luminance
0.4853
Every format
| HEX | #ed9df2 |
| RGB | rgb(237, 157, 242) |
| HSL | hsl(297, 77%, 78%) |
| CMYK | cmyk(2%, 35%, 0%, 5%) |
| LAB | lab(75.2 43.0 -30.6) |
| LCH | lch(75.2 52.8 324.6) |
| OKLCH | oklch(0.803 0.144 324.8) |
Copy-ready code
/* CSS */
color: #ed9df2;
background-color: #ed9df2;
/* Tailwind (arbitrary) */
class="text-[#ed9df2] bg-[#ed9df2]"
/* SCSS */
$brand: #ed9df2;
/* SwiftUI */
Color(red: 0.929, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#ed9df2")Accessibility — WCAG contrast
Aa
#ed9df2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed9df2 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green61.6%
Blue94.9%
CMYK percentages
Cyan2.1%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#ed9df2 text on a black background
contrast 10.71:1
Card sample
#ed9df2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed9df2;
Background color
Panel with #ed9df2 background
background-color: #ed9df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed9df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed9df2; background: linear-gradient(135deg, #ed9df2, #F29DBE);