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