#ed8eb2
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 142, 178
HSL
337°, 73%, 74%
CMYK
0, 40, 25, 7
Luminance
0.4056
Every format
| HEX | #ed8eb2 |
| RGB | rgb(237, 142, 178) |
| HSL | hsl(337, 73%, 74%) |
| CMYK | cmyk(0%, 40%, 25%, 7%) |
| LAB | lab(69.9 40.5 -3.3) |
| LCH | lch(69.9 40.6 355.4) |
| OKLCH | oklch(0.756 0.122 356.2) |
Copy-ready code
/* CSS */
color: #ed8eb2;
background-color: #ed8eb2;
/* Tailwind (arbitrary) */
class="text-[#ed8eb2] bg-[#ed8eb2]"
/* SCSS */
$brand: #ed8eb2;
/* SwiftUI */
Color(red: 0.929, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#ed8eb2")Accessibility — WCAG contrast
Aa
#ed8eb2 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed8eb2 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green55.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow24.9%
Key (black)7.1%
Color previews
#ed8eb2 text on a black background
contrast 9.11:1
Card sample
#ed8eb2 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed8eb2;
Background color
Panel with #ed8eb2 background
background-color: #ed8eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed8eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed8eb2; background: linear-gradient(135deg, #ed8eb2, #EDA98E);