#eb1313
a balanced, electric red · warm · closest name: red
RGB
235, 19, 19
HSL
0°, 85%, 50%
CMYK
0, 92, 92, 8
Luminance
0.1817
Every format
| HEX | #eb1313 |
| RGB | rgb(235, 19, 19) |
| HSL | hsl(0, 85%, 50%) |
| CMYK | cmyk(0%, 92%, 92%, 8%) |
| LAB | lab(49.7 73.8 58.0) |
| LCH | lch(49.7 93.9 38.2) |
| OKLCH | oklch(0.595 0.237 28.6) |
Copy-ready code
/* CSS */
color: #eb1313;
background-color: #eb1313;
/* Tailwind (arbitrary) */
class="text-[#eb1313] bg-[#eb1313]"
/* SCSS */
$brand: #eb1313;
/* SwiftUI */
Color(red: 0.922, green: 0.075, blue: 0.075)
/* Android */
Color.parseColor("#eb1313")Accessibility — WCAG contrast
Aa
#eb1313 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb1313 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow91.9%
Key (black)7.8%
Color previews
#eb1313 text on a black background
contrast 4.63:1
Card sample
#eb1313 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1313;
Background color
Panel with #eb1313 background
background-color: #eb1313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 19, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 19, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1313; background: linear-gradient(135deg, #eb1313, #EBA313);