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