#eb8f4d
a balanced, electric orange · warm · closest name: peru
RGB
235, 143, 77
HSL
25°, 80%, 61%
CMYK
0, 39, 67, 8
Luminance
0.3784
Every format
| HEX | #eb8f4d |
| RGB | rgb(235, 143, 77) |
| HSL | hsl(25, 80%, 61%) |
| CMYK | cmyk(0%, 39%, 67%, 8%) |
| LAB | lab(67.9 29.3 49.0) |
| LCH | lch(67.9 57.0 59.1) |
| OKLCH | oklch(0.734 0.138 54.3) |
Copy-ready code
/* CSS */
color: #eb8f4d;
background-color: #eb8f4d;
/* Tailwind (arbitrary) */
class="text-[#eb8f4d] bg-[#eb8f4d]"
/* SCSS */
$brand: #eb8f4d;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.302)
/* Android */
Color.parseColor("#eb8f4d")Accessibility — WCAG contrast
Aa
#eb8f4d on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8f4d on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow67.2%
Key (black)7.8%
Color previews
#eb8f4d text on a black background
contrast 8.57:1
Card sample
#eb8f4d text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8f4d;
Background color
Panel with #eb8f4d background
background-color: #eb8f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8f4d; background: linear-gradient(135deg, #eb8f4d, #DEEB4D);