#ed262b
a balanced, electric red · warm · closest name: crimson
RGB
237, 38, 43
HSL
359°, 85%, 54%
CMYK
0, 84, 82, 7
Luminance
0.1957
Every format
| HEX | #ed262b |
| RGB | rgb(237, 38, 43) |
| HSL | hsl(359, 85%, 54%) |
| CMYK | cmyk(0%, 84%, 82%, 7%) |
| LAB | lab(51.4 71.7 48.7) |
| LCH | lch(51.4 86.7 34.2) |
| OKLCH | oklch(0.608 0.230 26.7) |
Copy-ready code
/* CSS */
color: #ed262b;
background-color: #ed262b;
/* Tailwind (arbitrary) */
class="text-[#ed262b] bg-[#ed262b]"
/* SCSS */
$brand: #ed262b;
/* SwiftUI */
Color(red: 0.929, green: 0.149, blue: 0.169)
/* Android */
Color.parseColor("#ed262b")Accessibility — WCAG contrast
Aa
#ed262b on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed262b on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green14.9%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta84.0%
Yellow81.9%
Key (black)7.1%
Color previews
#ed262b text on a black background
contrast 4.91:1
Card sample
#ed262b text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed262b;
Background color
Panel with #ed262b background
background-color: #ed262b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed262b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 38, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 38, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed262b; background: linear-gradient(135deg, #ed262b, #EDA626);