#ed365b
a balanced, electric red · warm · closest name: crimson
RGB
237, 54, 91
HSL
348°, 84%, 57%
CMYK
0, 77, 62, 7
Luminance
0.2140
Every format
| HEX | #ed365b |
| RGB | rgb(237, 54, 91) |
| HSL | hsl(348, 84%, 57%) |
| CMYK | cmyk(0%, 77%, 62%, 7%) |
| LAB | lab(53.4 69.7 23.7) |
| LCH | lch(53.4 73.6 18.8) |
| OKLCH | oklch(0.625 0.216 15.4) |
Copy-ready code
/* CSS */
color: #ed365b;
background-color: #ed365b;
/* Tailwind (arbitrary) */
class="text-[#ed365b] bg-[#ed365b]"
/* SCSS */
$brand: #ed365b;
/* SwiftUI */
Color(red: 0.929, green: 0.212, blue: 0.357)
/* Android */
Color.parseColor("#ed365b")Accessibility — WCAG contrast
Aa
#ed365b on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed365b on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green21.2%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow61.6%
Key (black)7.1%
Color previews
#ed365b text on a black background
contrast 5.28:1
Card sample
#ed365b text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed365b;
Background color
Panel with #ed365b background
background-color: #ed365b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed365b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 54, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 54, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed365b; background: linear-gradient(135deg, #ed365b, #ED8B36);