#ed2983
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
237, 41, 131
HSL
332°, 85%, 55%
CMYK
0, 83, 45, 7
Luminance
0.2123
Every format
| HEX | #ed2983 |
| RGB | rgb(237, 41, 131) |
| HSL | hsl(332, 85%, 55%) |
| CMYK | cmyk(0%, 83%, 45%, 7%) |
| LAB | lab(53.2 75.8 -0.6) |
| LCH | lch(53.2 75.8 359.5) |
| OKLCH | oklch(0.627 0.233 359.8) |
Copy-ready code
/* CSS */
color: #ed2983;
background-color: #ed2983;
/* Tailwind (arbitrary) */
class="text-[#ed2983] bg-[#ed2983]"
/* SCSS */
$brand: #ed2983;
/* SwiftUI */
Color(red: 0.929, green: 0.161, blue: 0.514)
/* Android */
Color.parseColor("#ed2983")Accessibility — WCAG contrast
Aa
#ed2983 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2983 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green16.1%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow44.7%
Key (black)7.1%
Color previews
#ed2983 text on a black background
contrast 5.25:1
Card sample
#ed2983 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2983;
Background color
Panel with #ed2983 background
background-color: #ed2983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 41, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 41, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2983; background: linear-gradient(135deg, #ed2983, #ED5129);