#eb9043
a balanced, electric orange · warm · closest name: peru
RGB
235, 144, 67
HSL
28°, 81%, 59%
CMYK
0, 39, 72, 8
Luminance
0.3801
Every format
| HEX | #eb9043 |
| RGB | rgb(235, 144, 67) |
| HSL | hsl(28, 81%, 59%) |
| CMYK | cmyk(0%, 39%, 72%, 8%) |
| LAB | lab(68.0 28.2 53.9) |
| LCH | lch(68.0 60.8 62.4) |
| OKLCH | oklch(0.735 0.143 57.8) |
Copy-ready code
/* CSS */
color: #eb9043;
background-color: #eb9043;
/* Tailwind (arbitrary) */
class="text-[#eb9043] bg-[#eb9043]"
/* SCSS */
$brand: #eb9043;
/* SwiftUI */
Color(red: 0.922, green: 0.565, blue: 0.263)
/* Android */
Color.parseColor("#eb9043")Accessibility — WCAG contrast
Aa
#eb9043 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9043 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.5%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow71.5%
Key (black)7.8%
Color previews
#eb9043 text on a black background
contrast 8.60:1
Card sample
#eb9043 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9043;
Background color
Panel with #eb9043 background
background-color: #eb9043;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9043;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 144, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 144, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9043; background: linear-gradient(135deg, #eb9043, #D6EB43);