#ed5259
a balanced, electric red · warm · closest name: crimson
RGB
237, 82, 89
HSL
357°, 81%, 63%
CMYK
0, 65, 62, 7
Luminance
0.2476
Every format
| HEX | #ed5259 |
| RGB | rgb(237, 82, 89) |
| HSL | hsl(357, 81%, 63%) |
| CMYK | cmyk(0%, 65%, 62%, 7%) |
| LAB | lab(56.9 59.9 29.4) |
| LCH | lch(56.9 66.7 26.1) |
| OKLCH | oklch(0.651 0.191 21.6) |
Copy-ready code
/* CSS */
color: #ed5259;
background-color: #ed5259;
/* Tailwind (arbitrary) */
class="text-[#ed5259] bg-[#ed5259]"
/* SCSS */
$brand: #ed5259;
/* SwiftUI */
Color(red: 0.929, green: 0.322, blue: 0.349)
/* Android */
Color.parseColor("#ed5259")Accessibility — WCAG contrast
Aa
#ed5259 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed5259 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green32.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta65.4%
Yellow62.4%
Key (black)7.1%
Color previews
#ed5259 text on a black background
contrast 5.95:1
Card sample
#ed5259 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed5259;
Background color
Panel with #ed5259 background
background-color: #ed5259;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed5259;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 82, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 82, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed5259; background: linear-gradient(135deg, #ed5259, #EDB252);