#eb9d4f
a balanced, electric orange · warm · closest name: peru
RGB
235, 157, 79
HSL
30°, 80%, 62%
CMYK
0, 33, 66, 8
Luminance
0.4234
Every format
| HEX | #eb9d4f |
| RGB | rgb(235, 157, 79) |
| HSL | hsl(30, 80%, 62%) |
| CMYK | cmyk(0%, 33%, 66%, 8%) |
| LAB | lab(71.1 22.0 51.6) |
| LCH | lch(71.1 56.0 66.9) |
| OKLCH | oklch(0.759 0.132 63.4) |
Copy-ready code
/* CSS */
color: #eb9d4f;
background-color: #eb9d4f;
/* Tailwind (arbitrary) */
class="text-[#eb9d4f] bg-[#eb9d4f]"
/* SCSS */
$brand: #eb9d4f;
/* SwiftUI */
Color(red: 0.922, green: 0.616, blue: 0.310)
/* Android */
Color.parseColor("#eb9d4f")Accessibility — WCAG contrast
Aa
#eb9d4f on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9d4f on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow66.4%
Key (black)7.8%
Color previews
#eb9d4f text on a black background
contrast 9.47:1
Card sample
#eb9d4f text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9d4f;
Background color
Panel with #eb9d4f background
background-color: #eb9d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 157, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 157, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9d4f; background: linear-gradient(135deg, #eb9d4f, #D1EB4F);