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