#eb1306
a balanced, electric red · warm · closest name: red
RGB
235, 19, 6
HSL
3°, 95%, 47%
CMYK
0, 92, 97, 8
Luminance
0.1814
Every format
| HEX | #eb1306 |
| RGB | rgb(235, 19, 6) |
| HSL | hsl(3, 95%, 47%) |
| CMYK | cmyk(0%, 92%, 97%, 8%) |
| LAB | lab(49.7 73.7 61.8) |
| LCH | lch(49.7 96.2 40.0) |
| OKLCH | oklch(0.595 0.238 29.6) |
Copy-ready code
/* CSS */
color: #eb1306;
background-color: #eb1306;
/* Tailwind (arbitrary) */
class="text-[#eb1306] bg-[#eb1306]"
/* SCSS */
$brand: #eb1306;
/* SwiftUI */
Color(red: 0.922, green: 0.075, blue: 0.024)
/* Android */
Color.parseColor("#eb1306")Accessibility — WCAG contrast
Aa
#eb1306 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb1306 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.5%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow97.4%
Key (black)7.8%
Color previews
#eb1306 text on a black background
contrast 4.63:1
Card sample
#eb1306 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1306;
Background color
Panel with #eb1306 background
background-color: #eb1306;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1306;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 19, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 19, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1306; background: linear-gradient(135deg, #eb1306, #EBAC06);