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