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