#eb140f
a balanced, electric red · warm · closest name: red
RGB
235, 20, 15
HSL
1°, 88%, 49%
CMYK
0, 92, 94, 8
Luminance
0.1820
Every format
| HEX | #eb140f |
| RGB | rgb(235, 20, 15) |
| HSL | hsl(1, 88%, 49%) |
| CMYK | cmyk(0%, 92%, 94%, 8%) |
| LAB | lab(49.7 73.7 59.3) |
| LCH | lch(49.7 94.6 38.9) |
| OKLCH | oklch(0.595 0.237 29.0) |
Copy-ready code
/* CSS */
color: #eb140f;
background-color: #eb140f;
/* Tailwind (arbitrary) */
class="text-[#eb140f] bg-[#eb140f]"
/* SCSS */
$brand: #eb140f;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.059)
/* Android */
Color.parseColor("#eb140f")Accessibility — WCAG contrast
Aa
#eb140f on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb140f on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow93.6%
Key (black)7.8%
Color previews
#eb140f text on a black background
contrast 4.64:1
Card sample
#eb140f text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb140f;
Background color
Panel with #eb140f background
background-color: #eb140f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb140f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb140f; background: linear-gradient(135deg, #eb140f, #EBA70F);