#926021
a dark, vivid orange · warm · closest name: sienna
RGB
146, 96, 33
HSL
34°, 63%, 35%
CMYK
0, 34, 77, 43
Luminance
0.1459
Every format
| HEX | #926021 |
| RGB | rgb(146, 96, 33) |
| HSL | hsl(34, 63%, 35%) |
| CMYK | cmyk(0%, 34%, 77%, 43%) |
| LAB | lab(45.1 14.7 42.3) |
| LCH | lch(45.1 44.8 70.9) |
| OKLCH | oklch(0.532 0.101 68.2) |
Copy-ready code
/* CSS */
color: #926021;
background-color: #926021;
/* Tailwind (arbitrary) */
class="text-[#926021] bg-[#926021]"
/* SCSS */
$brand: #926021;
/* SwiftUI */
Color(red: 0.573, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#926021")Accessibility — WCAG contrast
Aa
#926021 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#926021 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.2%
Yellow77.4%
Key (black)42.7%
Color previews
#926021 text on a black background
contrast 3.92:1
Card sample
#926021 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #926021;
Background color
Panel with #926021 background
background-color: #926021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #926021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #926021; background: linear-gradient(135deg, #926021, #799221);