#996f22
a dark, vivid orange · warm · closest name: peru
RGB
153, 111, 34
HSL
39°, 64%, 37%
CMYK
0, 28, 78, 40
Luminance
0.1826
Every format
| HEX | #996f22 |
| RGB | rgb(153, 111, 34) |
| HSL | hsl(39, 64%, 37%) |
| CMYK | cmyk(0%, 28%, 78%, 40%) |
| LAB | lab(49.8 9.3 46.8) |
| LCH | lch(49.8 47.7 78.8) |
| OKLCH | oklch(0.571 0.105 78.3) |
Copy-ready code
/* CSS */
color: #996f22;
background-color: #996f22;
/* Tailwind (arbitrary) */
class="text-[#996f22] bg-[#996f22]"
/* SCSS */
$brand: #996f22;
/* SwiftUI */
Color(red: 0.600, green: 0.435, blue: 0.133)
/* Android */
Color.parseColor("#996f22")Accessibility — WCAG contrast
Aa
#996f22 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996f22 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green43.5%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow77.8%
Key (black)40.0%
Color previews
#996f22 text on a black background
contrast 4.65:1
Card sample
#996f22 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996f22;
Background color
Panel with #996f22 background
background-color: #996f22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996f22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 111, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 111, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996f22; background: linear-gradient(135deg, #996f22, #749922);