#eb6136
a balanced, electric red · warm · closest name: tomato
RGB
235, 97, 54
HSL
14°, 82%, 57%
CMYK
0, 59, 77, 8
Luminance
0.2648
Every format
| HEX | #eb6136 |
| RGB | rgb(235, 97, 54) |
| HSL | hsl(14, 82%, 57%) |
| CMYK | cmyk(0%, 59%, 77%, 8%) |
| LAB | lab(58.5 51.1 50.1) |
| LCH | lch(58.5 71.6 44.4) |
| OKLCH | oklch(0.661 0.180 37.5) |
Copy-ready code
/* CSS */
color: #eb6136;
background-color: #eb6136;
/* Tailwind (arbitrary) */
class="text-[#eb6136] bg-[#eb6136]"
/* SCSS */
$brand: #eb6136;
/* SwiftUI */
Color(red: 0.922, green: 0.380, blue: 0.212)
/* Android */
Color.parseColor("#eb6136")Accessibility — WCAG contrast
Aa
#eb6136 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6136 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.0%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow77.0%
Key (black)7.8%
Color previews
#eb6136 text on a black background
contrast 6.30:1
Card sample
#eb6136 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6136;
Background color
Panel with #eb6136 background
background-color: #eb6136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 97, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 97, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6136; background: linear-gradient(135deg, #eb6136, #EBDA36);