#eb6509
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 101, 9
HSL
24°, 93%, 48%
CMYK
0, 57, 96, 8
Luminance
0.2699
Every format
| HEX | #eb6509 |
| RGB | rgb(235, 101, 9) |
| HSL | hsl(24, 93%, 48%) |
| CMYK | cmyk(0%, 57%, 96%, 8%) |
| LAB | lab(59.0 48.3 66.2) |
| LCH | lch(59.0 81.9 53.9) |
| OKLCH | oklch(0.664 0.185 45.6) |
Copy-ready code
/* CSS */
color: #eb6509;
background-color: #eb6509;
/* Tailwind (arbitrary) */
class="text-[#eb6509] bg-[#eb6509]"
/* SCSS */
$brand: #eb6509;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.035)
/* Android */
Color.parseColor("#eb6509")Accessibility — WCAG contrast
Aa
#eb6509 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6509 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow96.2%
Key (black)7.8%
Color previews
#eb6509 text on a black background
contrast 6.40:1
Card sample
#eb6509 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6509;
Background color
Panel with #eb6509 background
background-color: #eb6509;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6509;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6509; background: linear-gradient(135deg, #eb6509, #DAEB09);