#916021
a dark, vivid orange · warm · closest name: sienna
RGB
145, 96, 33
HSL
34°, 63%, 35%
CMYK
0, 34, 77, 43
Luminance
0.1450
Every format
| HEX | #916021 |
| RGB | rgb(145, 96, 33) |
| HSL | hsl(34, 63%, 35%) |
| CMYK | cmyk(0%, 34%, 77%, 43%) |
| LAB | lab(44.9 14.2 42.2) |
| LCH | lch(44.9 44.5 71.4) |
| OKLCH | oklch(0.530 0.100 68.8) |
Copy-ready code
/* CSS */
color: #916021;
background-color: #916021;
/* Tailwind (arbitrary) */
class="text-[#916021] bg-[#916021]"
/* SCSS */
$brand: #916021;
/* SwiftUI */
Color(red: 0.569, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#916021")Accessibility — WCAG contrast
Aa
#916021 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#916021 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow77.2%
Key (black)43.1%
Color previews
#916021 text on a black background
contrast 3.90:1
Card sample
#916021 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #916021;
Background color
Panel with #916021 background
background-color: #916021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #916021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #916021; background: linear-gradient(135deg, #916021, #779121);