#ed237f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
237, 35, 127
HSL
333°, 85%, 53%
CMYK
0, 85, 46, 7
Luminance
0.2074
Every format
| HEX | #ed237f |
| RGB | rgb(237, 35, 127) |
| HSL | hsl(333, 85%, 53%) |
| CMYK | cmyk(0%, 85%, 46%, 7%) |
| LAB | lab(52.7 76.7 1.0) |
| LCH | lch(52.7 76.7 0.8) |
| OKLCH | oklch(0.623 0.236 0.8) |
Copy-ready code
/* CSS */
color: #ed237f;
background-color: #ed237f;
/* Tailwind (arbitrary) */
class="text-[#ed237f] bg-[#ed237f]"
/* SCSS */
$brand: #ed237f;
/* SwiftUI */
Color(red: 0.929, green: 0.137, blue: 0.498)
/* Android */
Color.parseColor("#ed237f")Accessibility — WCAG contrast
Aa
#ed237f on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed237f on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green13.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow46.4%
Key (black)7.1%
Color previews
#ed237f text on a black background
contrast 5.15:1
Card sample
#ed237f text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed237f;
Background color
Panel with #ed237f background
background-color: #ed237f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed237f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 35, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 35, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed237f; background: linear-gradient(135deg, #ed237f, #ED4E23);