#eb6316
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 99, 22
HSL
22°, 84%, 50%
CMYK
0, 58, 91, 8
Luminance
0.2664
Every format
| HEX | #eb6316 |
| RGB | rgb(235, 99, 22) |
| HSL | hsl(22, 84%, 50%) |
| CMYK | cmyk(0%, 58%, 91%, 8%) |
| LAB | lab(58.6 49.4 63.0) |
| LCH | lch(58.6 80.1 51.9) |
| OKLCH | oklch(0.662 0.185 43.8) |
Copy-ready code
/* CSS */
color: #eb6316;
background-color: #eb6316;
/* Tailwind (arbitrary) */
class="text-[#eb6316] bg-[#eb6316]"
/* SCSS */
$brand: #eb6316;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.086)
/* Android */
Color.parseColor("#eb6316")Accessibility — WCAG contrast
Aa
#eb6316 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6316 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow90.6%
Key (black)7.8%
Color previews
#eb6316 text on a black background
contrast 6.33:1
Card sample
#eb6316 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6316;
Background color
Panel with #eb6316 background
background-color: #eb6316;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6316;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6316; background: linear-gradient(135deg, #eb6316, #E5EB16);