#eb9f3d
a balanced, electric orange · warm · closest name: peru
RGB
235, 159, 61
HSL
34°, 81%, 58%
CMYK
0, 32, 74, 8
Luminance
0.4280
Every format
| HEX | #eb9f3d |
| RGB | rgb(235, 159, 61) |
| HSL | hsl(34, 81%, 58%) |
| CMYK | cmyk(0%, 32%, 74%, 8%) |
| LAB | lab(71.4 20.0 60.0) |
| LCH | lch(71.4 63.2 71.6) |
| OKLCH | oklch(0.761 0.142 69.0) |
Copy-ready code
/* CSS */
color: #eb9f3d;
background-color: #eb9f3d;
/* Tailwind (arbitrary) */
class="text-[#eb9f3d] bg-[#eb9f3d]"
/* SCSS */
$brand: #eb9f3d;
/* SwiftUI */
Color(red: 0.922, green: 0.624, blue: 0.239)
/* Android */
Color.parseColor("#eb9f3d")Accessibility — WCAG contrast
Aa
#eb9f3d on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9f3d on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow74.0%
Key (black)7.8%
Color previews
#eb9f3d text on a black background
contrast 9.56:1
Card sample
#eb9f3d text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9f3d;
Background color
Panel with #eb9f3d background
background-color: #eb9f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 159, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 159, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9f3d; background: linear-gradient(135deg, #eb9f3d, #C3EB3D);