#eb262d
a balanced, electric red · warm · closest name: crimson
RGB
235, 38, 45
HSL
358°, 83%, 54%
CMYK
0, 84, 81, 8
Luminance
0.1924
Every format
| HEX | #eb262d |
| RGB | rgb(235, 38, 45) |
| HSL | hsl(358, 83%, 54%) |
| CMYK | cmyk(0%, 84%, 81%, 8%) |
| LAB | lab(51.0 71.2 47.2) |
| LCH | lch(51.0 85.4 33.5) |
| OKLCH | oklch(0.605 0.228 26.2) |
Copy-ready code
/* CSS */
color: #eb262d;
background-color: #eb262d;
/* Tailwind (arbitrary) */
class="text-[#eb262d] bg-[#eb262d]"
/* SCSS */
$brand: #eb262d;
/* SwiftUI */
Color(red: 0.922, green: 0.149, blue: 0.176)
/* Android */
Color.parseColor("#eb262d")Accessibility — WCAG contrast
Aa
#eb262d on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb262d on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.9%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow80.9%
Key (black)7.8%
Color previews
#eb262d text on a black background
contrast 4.85:1
Card sample
#eb262d text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb262d;
Background color
Panel with #eb262d background
background-color: #eb262d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb262d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 38, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 38, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb262d; background: linear-gradient(135deg, #eb262d, #EBA226);