#ed609f
a light, electric magenta / pink · warm · closest name: orchid
RGB
237, 96, 159
HSL
333°, 80%, 65%
CMYK
0, 60, 33, 7
Luminance
0.2887
Every format
| HEX | #ed609f |
| RGB | rgb(237, 96, 159) |
| HSL | hsl(333, 80%, 65%) |
| CMYK | cmyk(0%, 60%, 33%, 7%) |
| LAB | lab(60.7 60.3 -6.1) |
| LCH | lch(60.7 60.6 354.2) |
| OKLCH | oklch(0.685 0.184 355.3) |
Copy-ready code
/* CSS */
color: #ed609f;
background-color: #ed609f;
/* Tailwind (arbitrary) */
class="text-[#ed609f] bg-[#ed609f]"
/* SCSS */
$brand: #ed609f;
/* SwiftUI */
Color(red: 0.929, green: 0.376, blue: 0.624)
/* Android */
Color.parseColor("#ed609f")Accessibility — WCAG contrast
Aa
#ed609f on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed609f on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green37.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow32.9%
Key (black)7.1%
Color previews
#ed609f text on a black background
contrast 6.77:1
Card sample
#ed609f text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed609f;
Background color
Panel with #ed609f background
background-color: #ed609f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed609f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 96, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 96, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed609f; background: linear-gradient(135deg, #ed609f, #ED7F60);