#eb9c3f
a balanced, electric orange · warm · closest name: peru
RGB
235, 156, 63
HSL
32°, 81%, 58%
CMYK
0, 34, 73, 8
Luminance
0.4180
Every format
| HEX | #eb9c3f |
| RGB | rgb(235, 156, 63) |
| HSL | hsl(32, 81%, 58%) |
| CMYK | cmyk(0%, 34%, 73%, 8%) |
| LAB | lab(70.7 21.7 58.4) |
| LCH | lch(70.7 62.3 69.7) |
| OKLCH | oklch(0.756 0.141 66.7) |
Copy-ready code
/* CSS */
color: #eb9c3f;
background-color: #eb9c3f;
/* Tailwind (arbitrary) */
class="text-[#eb9c3f] bg-[#eb9c3f]"
/* SCSS */
$brand: #eb9c3f;
/* SwiftUI */
Color(red: 0.922, green: 0.612, blue: 0.247)
/* Android */
Color.parseColor("#eb9c3f")Accessibility — WCAG contrast
Aa
#eb9c3f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9c3f on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow73.2%
Key (black)7.8%
Color previews
#eb9c3f text on a black background
contrast 9.36:1
Card sample
#eb9c3f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9c3f;
Background color
Panel with #eb9c3f background
background-color: #eb9c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 156, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 156, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9c3f; background: linear-gradient(135deg, #eb9c3f, #C7EB3F);