#996321
a dark, vivid orange · warm · closest name: sienna
RGB
153, 99, 33
HSL
33°, 65%, 37%
CMYK
0, 35, 78, 40
Luminance
0.1581
Every format
| HEX | #996321 |
| RGB | rgb(153, 99, 33) |
| HSL | hsl(33, 65%, 37%) |
| CMYK | cmyk(0%, 35%, 78%, 40%) |
| LAB | lab(46.7 16.1 44.3) |
| LCH | lch(46.7 47.1 70.0) |
| OKLCH | oklch(0.547 0.105 67.0) |
Copy-ready code
/* CSS */
color: #996321;
background-color: #996321;
/* Tailwind (arbitrary) */
class="text-[#996321] bg-[#996321]"
/* SCSS */
$brand: #996321;
/* SwiftUI */
Color(red: 0.600, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#996321")Accessibility — WCAG contrast
Aa
#996321 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996321 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow78.4%
Key (black)40.0%
Color previews
#996321 text on a black background
contrast 4.16:1
Card sample
#996321 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996321;
Background color
Panel with #996321 background
background-color: #996321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996321; background: linear-gradient(135deg, #996321, #7F9921);