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