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