#be6021
a dark, vivid orange · warm · closest name: chocolate
RGB
190, 96, 33
HSL
24°, 70%, 44%
CMYK
0, 50, 83, 26
Luminance
0.1942
Every format
| HEX | #be6021 |
| RGB | rgb(190, 96, 33) |
| HSL | hsl(24, 70%, 44%) |
| CMYK | cmyk(0%, 50%, 83%, 26%) |
| LAB | lab(51.2 33.7 50.3) |
| LCH | lch(51.2 60.5 56.1) |
| OKLCH | oklch(0.592 0.141 49.8) |
Copy-ready code
/* CSS */
color: #be6021;
background-color: #be6021;
/* Tailwind (arbitrary) */
class="text-[#be6021] bg-[#be6021]"
/* SCSS */
$brand: #be6021;
/* SwiftUI */
Color(red: 0.745, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#be6021")Accessibility — WCAG contrast
Aa
#be6021 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be6021 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow82.6%
Key (black)25.5%
Color previews
#be6021 text on a black background
contrast 4.88:1
Card sample
#be6021 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be6021;
Background color
Panel with #be6021 background
background-color: #be6021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be6021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be6021; background: linear-gradient(135deg, #be6021, #B3BE21);