#eb033a
a balanced, electric red · warm · closest name: crimson
RGB
235, 3, 58
HSL
346°, 98%, 47%
CMYK
0, 99, 75, 8
Luminance
0.1803
Every format
| HEX | #eb033a |
| RGB | rgb(235, 3, 58) |
| HSL | hsl(346, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 75%, 8%) |
| LAB | lab(49.5 76.1 38.5) |
| LCH | lch(49.5 85.3 26.8) |
| OKLCH | oklch(0.595 0.238 21.0) |
Copy-ready code
/* CSS */
color: #eb033a;
background-color: #eb033a;
/* Tailwind (arbitrary) */
class="text-[#eb033a] bg-[#eb033a]"
/* SCSS */
$brand: #eb033a;
/* SwiftUI */
Color(red: 0.922, green: 0.012, blue: 0.227)
/* Android */
Color.parseColor("#eb033a")Accessibility — WCAG contrast
Aa
#eb033a on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb033a on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.2%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow75.3%
Key (black)7.8%
Color previews
#eb033a text on a black background
contrast 4.61:1
Card sample
#eb033a text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb033a;
Background color
Panel with #eb033a background
background-color: #eb033a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb033a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 3, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 3, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb033a; background: linear-gradient(135deg, #eb033a, #EB6703);