#be8317
a dark, electric orange · warm · closest name: peru
RGB
190, 131, 23
HSL
39°, 78%, 42%
CMYK
0, 31, 88, 26
Luminance
0.2724
Every format
| HEX | #be8317 |
| RGB | rgb(190, 131, 23) |
| HSL | hsl(39, 78%, 42%) |
| CMYK | cmyk(0%, 31%, 88%, 26%) |
| LAB | lab(59.2 14.4 60.4) |
| LCH | lch(59.2 62.1 76.6) |
| OKLCH | oklch(0.654 0.132 75.5) |
Copy-ready code
/* CSS */
color: #be8317;
background-color: #be8317;
/* Tailwind (arbitrary) */
class="text-[#be8317] bg-[#be8317]"
/* SCSS */
$brand: #be8317;
/* SwiftUI */
Color(red: 0.745, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#be8317")Accessibility — WCAG contrast
Aa
#be8317 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be8317 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green51.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow87.9%
Key (black)25.5%
Color previews
#be8317 text on a black background
contrast 6.45:1
Card sample
#be8317 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be8317;
Background color
Panel with #be8317 background
background-color: #be8317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be8317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be8317; background: linear-gradient(135deg, #be8317, #8ABE17);