#ed3b5e
a balanced, electric red · warm · closest name: crimson
RGB
237, 59, 94
HSL
348°, 83%, 58%
CMYK
0, 75, 60, 7
Luminance
0.2194
Every format
| HEX | #ed3b5e |
| RGB | rgb(237, 59, 94) |
| HSL | hsl(348, 83%, 58%) |
| CMYK | cmyk(0%, 75%, 60%, 7%) |
| LAB | lab(54.0 68.4 22.7) |
| LCH | lch(54.0 72.1 18.3) |
| OKLCH | oklch(0.630 0.212 15.1) |
Copy-ready code
/* CSS */
color: #ed3b5e;
background-color: #ed3b5e;
/* Tailwind (arbitrary) */
class="text-[#ed3b5e] bg-[#ed3b5e]"
/* SCSS */
$brand: #ed3b5e;
/* SwiftUI */
Color(red: 0.929, green: 0.231, blue: 0.369)
/* Android */
Color.parseColor("#ed3b5e")Accessibility — WCAG contrast
Aa
#ed3b5e on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed3b5e on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green23.1%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow60.3%
Key (black)7.1%
Color previews
#ed3b5e text on a black background
contrast 5.39:1
Card sample
#ed3b5e text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed3b5e;
Background color
Panel with #ed3b5e background
background-color: #ed3b5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed3b5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 59, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 59, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed3b5e; background: linear-gradient(135deg, #ed3b5e, #ED8F3B);