#eb020f
a balanced, electric red · warm · closest name: red
RGB
235, 2, 15
HSL
357°, 98%, 47%
CMYK
0, 99, 94, 8
Luminance
0.1774
Every format
| HEX | #eb020f |
| RGB | rgb(235, 2, 15) |
| HSL | hsl(357, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 94%, 8%) |
| LAB | lab(49.2 75.3 59.0) |
| LCH | lch(49.2 95.6 38.1) |
| OKLCH | oklch(0.591 0.241 28.3) |
Copy-ready code
/* CSS */
color: #eb020f;
background-color: #eb020f;
/* Tailwind (arbitrary) */
class="text-[#eb020f] bg-[#eb020f]"
/* SCSS */
$brand: #eb020f;
/* SwiftUI */
Color(red: 0.922, green: 0.008, blue: 0.059)
/* Android */
Color.parseColor("#eb020f")Accessibility — WCAG contrast
Aa
#eb020f on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb020f on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow93.6%
Key (black)7.8%
Color previews
#eb020f text on a black background
contrast 4.55:1
Card sample
#eb020f text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb020f;
Background color
Panel with #eb020f background
background-color: #eb020f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb020f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 2, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 2, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb020f; background: linear-gradient(135deg, #eb020f, #EB9102);