#eb994f
a balanced, electric orange · warm · closest name: peru
RGB
235, 153, 79
HSL
29°, 80%, 62%
CMYK
0, 35, 66, 8
Luminance
0.4101
Every format
| HEX | #eb994f |
| RGB | rgb(235, 153, 79) |
| HSL | hsl(29, 80%, 62%) |
| CMYK | cmyk(0%, 35%, 66%, 8%) |
| LAB | lab(70.2 24.1 50.5) |
| LCH | lch(70.2 56.0 64.5) |
| OKLCH | oklch(0.752 0.133 60.5) |
Copy-ready code
/* CSS */
color: #eb994f;
background-color: #eb994f;
/* Tailwind (arbitrary) */
class="text-[#eb994f] bg-[#eb994f]"
/* SCSS */
$brand: #eb994f;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.310)
/* Android */
Color.parseColor("#eb994f")Accessibility — WCAG contrast
Aa
#eb994f on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb994f on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow66.4%
Key (black)7.8%
Color previews
#eb994f text on a black background
contrast 9.20:1
Card sample
#eb994f text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb994f;
Background color
Panel with #eb994f background
background-color: #eb994f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb994f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb994f; background: linear-gradient(135deg, #eb994f, #D5EB4F);