#eb2103
a balanced, electric red · warm · closest name: red
RGB
235, 33, 3
HSL
8°, 98%, 47%
CMYK
0, 86, 99, 8
Luminance
0.1876
Every format
| HEX | #eb2103 |
| RGB | rgb(235, 33, 3) |
| HSL | hsl(8, 98%, 47%) |
| CMYK | cmyk(0%, 86%, 99%, 8%) |
| LAB | lab(50.4 71.5 62.9) |
| LCH | lch(50.4 95.2 41.3) |
| OKLCH | oklch(0.600 0.233 30.9) |
Copy-ready code
/* CSS */
color: #eb2103;
background-color: #eb2103;
/* Tailwind (arbitrary) */
class="text-[#eb2103] bg-[#eb2103]"
/* SCSS */
$brand: #eb2103;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.012)
/* Android */
Color.parseColor("#eb2103")Accessibility — WCAG contrast
Aa
#eb2103 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2103 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow98.7%
Key (black)7.8%
Color previews
#eb2103 text on a black background
contrast 4.75:1
Card sample
#eb2103 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2103;
Background color
Panel with #eb2103 background
background-color: #eb2103;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2103;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2103; background: linear-gradient(135deg, #eb2103, #EBBC03);