#eb022f
a balanced, electric red · warm · closest name: crimson
RGB
235, 2, 47
HSL
348°, 98%, 47%
CMYK
0, 99, 80, 8
Luminance
0.1791
Every format
| HEX | #eb022f |
| RGB | rgb(235, 2, 47) |
| HSL | hsl(348, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 80%, 8%) |
| LAB | lab(49.4 75.8 44.6) |
| LCH | lch(49.4 87.9 30.4) |
| OKLCH | oklch(0.593 0.239 23.5) |
Copy-ready code
/* CSS */
color: #eb022f;
background-color: #eb022f;
/* Tailwind (arbitrary) */
class="text-[#eb022f] bg-[#eb022f]"
/* SCSS */
$brand: #eb022f;
/* SwiftUI */
Color(red: 0.922, green: 0.008, blue: 0.184)
/* Android */
Color.parseColor("#eb022f")Accessibility — WCAG contrast
Aa
#eb022f on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb022f on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow80.0%
Key (black)7.8%
Color previews
#eb022f text on a black background
contrast 4.58:1
Card sample
#eb022f text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb022f;
Background color
Panel with #eb022f background
background-color: #eb022f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb022f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 2, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 2, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb022f; background: linear-gradient(135deg, #eb022f, #EB7002);