#946021
a dark, vivid orange · warm · closest name: sienna
RGB
148, 96, 33
HSL
33°, 64%, 36%
CMYK
0, 35, 78, 42
Luminance
0.1477
Every format
| HEX | #946021 |
| RGB | rgb(148, 96, 33) |
| HSL | hsl(33, 64%, 36%) |
| CMYK | cmyk(0%, 35%, 78%, 42%) |
| LAB | lab(45.3 15.6 42.7) |
| LCH | lch(45.3 45.4 70.0) |
| OKLCH | oklch(0.534 0.102 67.0) |
Copy-ready code
/* CSS */
color: #946021;
background-color: #946021;
/* Tailwind (arbitrary) */
class="text-[#946021] bg-[#946021]"
/* SCSS */
$brand: #946021;
/* SwiftUI */
Color(red: 0.580, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#946021")Accessibility — WCAG contrast
Aa
#946021 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#946021 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow77.7%
Key (black)42.0%
Color previews
#946021 text on a black background
contrast 3.95:1
Card sample
#946021 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #946021;
Background color
Panel with #946021 background
background-color: #946021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #946021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #946021; background: linear-gradient(135deg, #946021, #7B9421);