#956c21
a dark, vivid orange · warm · closest name: peru
RGB
149, 108, 33
HSL
39°, 64%, 36%
CMYK
0, 28, 78, 42
Luminance
0.1722
Every format
| HEX | #956c21 |
| RGB | rgb(149, 108, 33) |
| HSL | hsl(39, 64%, 36%) |
| CMYK | cmyk(0%, 28%, 78%, 42%) |
| LAB | lab(48.5 9.1 45.8) |
| LCH | lch(48.5 46.7 78.8) |
| OKLCH | oklch(0.560 0.103 78.3) |
Copy-ready code
/* CSS */
color: #956c21;
background-color: #956c21;
/* Tailwind (arbitrary) */
class="text-[#956c21] bg-[#956c21]"
/* SCSS */
$brand: #956c21;
/* SwiftUI */
Color(red: 0.584, green: 0.424, blue: 0.129)
/* Android */
Color.parseColor("#956c21")Accessibility — WCAG contrast
Aa
#956c21 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#956c21 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green42.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow77.9%
Key (black)41.6%
Color previews
#956c21 text on a black background
contrast 4.44:1
Card sample
#956c21 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956c21;
Background color
Panel with #956c21 background
background-color: #956c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 108, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 108, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956c21; background: linear-gradient(135deg, #956c21, #719521);