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