#be8321
a dark, vivid orange · warm · closest name: peru
RGB
190, 131, 33
HSL
38°, 70%, 44%
CMYK
0, 31, 83, 26
Luminance
0.2729
Every format
| HEX | #be8321 |
| RGB | rgb(190, 131, 33) |
| HSL | hsl(38, 70%, 44%) |
| CMYK | cmyk(0%, 31%, 83%, 26%) |
| LAB | lab(59.2 14.7 57.4) |
| LCH | lch(59.2 59.3 75.6) |
| OKLCH | oklch(0.654 0.128 74.3) |
Copy-ready code
/* CSS */
color: #be8321;
background-color: #be8321;
/* Tailwind (arbitrary) */
class="text-[#be8321] bg-[#be8321]"
/* SCSS */
$brand: #be8321;
/* SwiftUI */
Color(red: 0.745, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#be8321")Accessibility — WCAG contrast
Aa
#be8321 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be8321 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green51.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow82.6%
Key (black)25.5%
Color previews
#be8321 text on a black background
contrast 6.46:1
Card sample
#be8321 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be8321;
Background color
Panel with #be8321 background
background-color: #be8321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be8321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be8321; background: linear-gradient(135deg, #be8321, #90BE21);