#eb1925
a balanced, electric red · warm · closest name: crimson
RGB
235, 25, 37
HSL
357°, 84%, 51%
CMYK
0, 89, 84, 8
Luminance
0.1849
Every format
| HEX | #eb1925 |
| RGB | rgb(235, 25, 37) |
| HSL | hsl(357, 84%, 51%) |
| CMYK | cmyk(0%, 89%, 84%, 8%) |
| LAB | lab(50.1 73.3 50.5) |
| LCH | lch(50.1 89.0 34.5) |
| OKLCH | oklch(0.598 0.234 26.5) |
Copy-ready code
/* CSS */
color: #eb1925;
background-color: #eb1925;
/* Tailwind (arbitrary) */
class="text-[#eb1925] bg-[#eb1925]"
/* SCSS */
$brand: #eb1925;
/* SwiftUI */
Color(red: 0.922, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#eb1925")Accessibility — WCAG contrast
Aa
#eb1925 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1925 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow84.3%
Key (black)7.8%
Color previews
#eb1925 text on a black background
contrast 4.70:1
Card sample
#eb1925 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1925;
Background color
Panel with #eb1925 background
background-color: #eb1925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1925; background: linear-gradient(135deg, #eb1925, #EB9919);