#eb873f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 135, 63
HSL
25°, 81%, 58%
CMYK
0, 43, 73, 8
Luminance
0.3535
Every format
| HEX | #eb873f |
| RGB | rgb(235, 135, 63) |
| HSL | hsl(25, 81%, 58%) |
| CMYK | cmyk(0%, 43%, 73%, 8%) |
| LAB | lab(66.0 32.7 53.6) |
| LCH | lch(66.0 62.8 58.6) |
| OKLCH | oklch(0.719 0.149 53.3) |
Copy-ready code
/* CSS */
color: #eb873f;
background-color: #eb873f;
/* Tailwind (arbitrary) */
class="text-[#eb873f] bg-[#eb873f]"
/* SCSS */
$brand: #eb873f;
/* SwiftUI */
Color(red: 0.922, green: 0.529, blue: 0.247)
/* Android */
Color.parseColor("#eb873f")Accessibility — WCAG contrast
Aa
#eb873f on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb873f on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow73.2%
Key (black)7.8%
Color previews
#eb873f text on a black background
contrast 8.07:1
Card sample
#eb873f text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb873f;
Background color
Panel with #eb873f background
background-color: #eb873f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb873f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 135, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 135, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb873f; background: linear-gradient(135deg, #eb873f, #DCEB3F);