#eb8d3f
a balanced, electric orange · warm · closest name: peru
RGB
235, 141, 63
HSL
27°, 81%, 58%
CMYK
0, 40, 73, 8
Luminance
0.3707
Every format
| HEX | #eb8d3f |
| RGB | rgb(235, 141, 63) |
| HSL | hsl(27, 81%, 58%) |
| CMYK | cmyk(0%, 40%, 73%, 8%) |
| LAB | lab(67.3 29.6 55.0) |
| LCH | lch(67.3 62.4 61.7) |
| OKLCH | oklch(0.729 0.146 57.0) |
Copy-ready code
/* CSS */
color: #eb8d3f;
background-color: #eb8d3f;
/* Tailwind (arbitrary) */
class="text-[#eb8d3f] bg-[#eb8d3f]"
/* SCSS */
$brand: #eb8d3f;
/* SwiftUI */
Color(red: 0.922, green: 0.553, blue: 0.247)
/* Android */
Color.parseColor("#eb8d3f")Accessibility — WCAG contrast
Aa
#eb8d3f on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8d3f on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow73.2%
Key (black)7.8%
Color previews
#eb8d3f text on a black background
contrast 8.41:1
Card sample
#eb8d3f text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8d3f;
Background color
Panel with #eb8d3f background
background-color: #eb8d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 141, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 141, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8d3f; background: linear-gradient(135deg, #eb8d3f, #D6EB3F);