#eb952f
a balanced, electric orange · warm · closest name: orange
RGB
235, 149, 47
HSL
33°, 83%, 55%
CMYK
0, 37, 80, 8
Luminance
0.3936
Every format
| HEX | #eb952f |
| RGB | rgb(235, 149, 47) |
| HSL | hsl(33, 83%, 55%) |
| CMYK | cmyk(0%, 37%, 80%, 8%) |
| LAB | lab(69.0 24.8 63.2) |
| LCH | lch(69.0 67.9 68.6) |
| OKLCH | oklch(0.742 0.150 65.2) |
Copy-ready code
/* CSS */
color: #eb952f;
background-color: #eb952f;
/* Tailwind (arbitrary) */
class="text-[#eb952f] bg-[#eb952f]"
/* SCSS */
$brand: #eb952f;
/* SwiftUI */
Color(red: 0.922, green: 0.584, blue: 0.184)
/* Android */
Color.parseColor("#eb952f")Accessibility — WCAG contrast
Aa
#eb952f on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb952f on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow80.0%
Key (black)7.8%
Color previews
#eb952f text on a black background
contrast 8.87:1
Card sample
#eb952f text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb952f;
Background color
Panel with #eb952f background
background-color: #eb952f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb952f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 149, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 149, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb952f; background: linear-gradient(135deg, #eb952f, #C4EB2F);