#ed264b
a balanced, electric red · warm · closest name: crimson
RGB
237, 38, 75
HSL
349°, 85%, 54%
CMYK
0, 84, 68, 7
Luminance
0.1990
Every format
| HEX | #ed264b |
| RGB | rgb(237, 38, 75) |
| HSL | hsl(349, 85%, 54%) |
| CMYK | cmyk(0%, 84%, 68%, 7%) |
| LAB | lab(51.7 72.8 31.1) |
| LCH | lch(51.7 79.2 23.1) |
| OKLCH | oklch(0.612 0.227 18.6) |
Copy-ready code
/* CSS */
color: #ed264b;
background-color: #ed264b;
/* Tailwind (arbitrary) */
class="text-[#ed264b] bg-[#ed264b]"
/* SCSS */
$brand: #ed264b;
/* SwiftUI */
Color(red: 0.929, green: 0.149, blue: 0.294)
/* Android */
Color.parseColor("#ed264b")Accessibility — WCAG contrast
Aa
#ed264b on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed264b on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green14.9%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta84.0%
Yellow68.4%
Key (black)7.1%
Color previews
#ed264b text on a black background
contrast 4.98:1
Card sample
#ed264b text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed264b;
Background color
Panel with #ed264b background
background-color: #ed264b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed264b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 38, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 38, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed264b; background: linear-gradient(135deg, #ed264b, #ED8526);