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