#be7721
a dark, vivid orange · warm · closest name: peru
RGB
190, 119, 33
HSL
33°, 70%, 44%
CMYK
0, 37, 83, 26
Luminance
0.2425
Every format
| HEX | #be7721 |
| RGB | rgb(190, 119, 33) |
| HSL | hsl(33, 70%, 44%) |
| CMYK | cmyk(0%, 37%, 83%, 26%) |
| LAB | lab(56.3 21.3 54.9) |
| LCH | lch(56.3 58.9 68.8) |
| OKLCH | oklch(0.631 0.129 65.3) |
Copy-ready code
/* CSS */
color: #be7721;
background-color: #be7721;
/* Tailwind (arbitrary) */
class="text-[#be7721] bg-[#be7721]"
/* SCSS */
$brand: #be7721;
/* SwiftUI */
Color(red: 0.745, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#be7721")Accessibility — WCAG contrast
Aa
#be7721 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be7721 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow82.6%
Key (black)25.5%
Color previews
#be7721 text on a black background
contrast 5.85:1
Card sample
#be7721 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7721;
Background color
Panel with #be7721 background
background-color: #be7721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7721; background: linear-gradient(135deg, #be7721, #9CBE21);