#eb0027
a balanced, electric red · warm · closest name: crimson
RGB
235, 0, 39
HSL
350°, 100%, 46%
CMYK
0, 100, 83, 8
Luminance
0.1781
Every format
| HEX | #eb0027 |
| RGB | rgb(235, 0, 39) |
| HSL | hsl(350, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 83%, 8%) |
| LAB | lab(49.3 75.8 48.7) |
| LCH | lch(49.3 90.1 32.7) |
| OKLCH | oklch(0.592 0.240 25.0) |
Copy-ready code
/* CSS */
color: #eb0027;
background-color: #eb0027;
/* Tailwind (arbitrary) */
class="text-[#eb0027] bg-[#eb0027]"
/* SCSS */
$brand: #eb0027;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.153)
/* Android */
Color.parseColor("#eb0027")Accessibility — WCAG contrast
Aa
#eb0027 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb0027 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow83.4%
Key (black)7.8%
Color previews
#eb0027 text on a black background
contrast 4.56:1
Card sample
#eb0027 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0027;
Background color
Panel with #eb0027 background
background-color: #eb0027;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0027;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0027; background: linear-gradient(135deg, #eb0027, #EB7600);