#eb162a
a balanced, electric red · warm · closest name: crimson
RGB
235, 22, 42
HSL
354°, 84%, 50%
CMYK
0, 91, 82, 8
Luminance
0.1840
Every format
| HEX | #eb162a |
| RGB | rgb(235, 22, 42) |
| HSL | hsl(354, 84%, 50%) |
| CMYK | cmyk(0%, 91%, 82%, 8%) |
| LAB | lab(50.0 73.8 47.8) |
| LCH | lch(50.0 88.0 32.9) |
| OKLCH | oklch(0.598 0.235 25.4) |
Copy-ready code
/* CSS */
color: #eb162a;
background-color: #eb162a;
/* Tailwind (arbitrary) */
class="text-[#eb162a] bg-[#eb162a]"
/* SCSS */
$brand: #eb162a;
/* SwiftUI */
Color(red: 0.922, green: 0.086, blue: 0.165)
/* Android */
Color.parseColor("#eb162a")Accessibility — WCAG contrast
Aa
#eb162a on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb162a on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.6%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow82.1%
Key (black)7.8%
Color previews
#eb162a text on a black background
contrast 4.68:1
Card sample
#eb162a text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb162a;
Background color
Panel with #eb162a background
background-color: #eb162a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb162a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 22, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 22, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb162a; background: linear-gradient(135deg, #eb162a, #EB9016);