#eb7213
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 114, 19
HSL
26°, 85%, 50%
CMYK
0, 52, 92, 8
Luminance
0.2974
Every format
| HEX | #eb7213 |
| RGB | rgb(235, 114, 19) |
| HSL | hsl(26, 85%, 50%) |
| CMYK | cmyk(0%, 52%, 92%, 8%) |
| LAB | lab(61.4 42.2 65.8) |
| LCH | lch(61.4 78.1 57.3) |
| OKLCH | oklch(0.683 0.175 50.2) |
Copy-ready code
/* CSS */
color: #eb7213;
background-color: #eb7213;
/* Tailwind (arbitrary) */
class="text-[#eb7213] bg-[#eb7213]"
/* SCSS */
$brand: #eb7213;
/* SwiftUI */
Color(red: 0.922, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#eb7213")Accessibility — WCAG contrast
Aa
#eb7213 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb7213 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow91.9%
Key (black)7.8%
Color previews
#eb7213 text on a black background
contrast 6.95:1
Card sample
#eb7213 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7213;
Background color
Panel with #eb7213 background
background-color: #eb7213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7213; background: linear-gradient(135deg, #eb7213, #D4EB13);