#eb7622
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 118, 34
HSL
25°, 83%, 53%
CMYK
0, 50, 86, 8
Luminance
0.3073
Every format
| HEX | #eb7622 |
| RGB | rgb(235, 118, 34) |
| HSL | hsl(25, 83%, 53%) |
| CMYK | cmyk(0%, 50%, 86%, 8%) |
| LAB | lab(62.3 40.5 62.0) |
| LCH | lch(62.3 74.0 56.9) |
| OKLCH | oklch(0.690 0.169 50.3) |
Copy-ready code
/* CSS */
color: #eb7622;
background-color: #eb7622;
/* Tailwind (arbitrary) */
class="text-[#eb7622] bg-[#eb7622]"
/* SCSS */
$brand: #eb7622;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.133)
/* Android */
Color.parseColor("#eb7622")Accessibility — WCAG contrast
Aa
#eb7622 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7622 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow85.5%
Key (black)7.8%
Color previews
#eb7622 text on a black background
contrast 7.15:1
Card sample
#eb7622 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7622;
Background color
Panel with #eb7622 background
background-color: #eb7622;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7622;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7622; background: linear-gradient(135deg, #eb7622, #DAEB22);