#eb6027
a balanced, electric orange · warm · closest name: tomato
RGB
235, 96, 39
HSL
17°, 83%, 54%
CMYK
0, 59, 83, 8
Luminance
0.2617
Every format
| HEX | #eb6027 |
| RGB | rgb(235, 96, 39) |
| HSL | hsl(17, 83%, 54%) |
| CMYK | cmyk(0%, 59%, 83%, 8%) |
| LAB | lab(58.2 51.1 56.7) |
| LCH | lch(58.2 76.3 48.0) |
| OKLCH | oklch(0.659 0.185 40.3) |
Copy-ready code
/* CSS */
color: #eb6027;
background-color: #eb6027;
/* Tailwind (arbitrary) */
class="text-[#eb6027] bg-[#eb6027]"
/* SCSS */
$brand: #eb6027;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.153)
/* Android */
Color.parseColor("#eb6027")Accessibility — WCAG contrast
Aa
#eb6027 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6027 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow83.4%
Key (black)7.8%
Color previews
#eb6027 text on a black background
contrast 6.23:1
Card sample
#eb6027 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6027;
Background color
Panel with #eb6027 background
background-color: #eb6027;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6027;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6027; background: linear-gradient(135deg, #eb6027, #EBE327);