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