#eb260f
a balanced, electric red · warm · closest name: red
RGB
235, 38, 15
HSL
6°, 88%, 49%
CMYK
0, 84, 94, 8
Luminance
0.1908
Every format
| HEX | #eb260f |
| RGB | rgb(235, 38, 15) |
| HSL | hsl(6, 88%, 49%) |
| CMYK | cmyk(0%, 84%, 94%, 8%) |
| LAB | lab(50.8 70.6 59.9) |
| LCH | lch(50.8 92.6 40.3) |
| OKLCH | oklch(0.603 0.230 30.6) |
Copy-ready code
/* CSS */
color: #eb260f;
background-color: #eb260f;
/* Tailwind (arbitrary) */
class="text-[#eb260f] bg-[#eb260f]"
/* SCSS */
$brand: #eb260f;
/* SwiftUI */
Color(red: 0.922, green: 0.149, blue: 0.059)
/* Android */
Color.parseColor("#eb260f")Accessibility — WCAG contrast
Aa
#eb260f on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb260f on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow93.6%
Key (black)7.8%
Color previews
#eb260f text on a black background
contrast 4.82:1
Card sample
#eb260f text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb260f;
Background color
Panel with #eb260f background
background-color: #eb260f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb260f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 38, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 38, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb260f; background: linear-gradient(135deg, #eb260f, #EBB90F);