#956a21
a dark, vivid orange · warm · closest name: peru
RGB
149, 106, 33
HSL
38°, 64%, 36%
CMYK
0, 29, 78, 42
Luminance
0.1681
Every format
| HEX | #956a21 |
| RGB | rgb(149, 106, 33) |
| HSL | hsl(38, 64%, 36%) |
| CMYK | cmyk(0%, 29%, 78%, 42%) |
| LAB | lab(48.0 10.3 45.3) |
| LCH | lch(48.0 46.5 77.3) |
| OKLCH | oklch(0.556 0.102 76.3) |
Copy-ready code
/* CSS */
color: #956a21;
background-color: #956a21;
/* Tailwind (arbitrary) */
class="text-[#956a21] bg-[#956a21]"
/* SCSS */
$brand: #956a21;
/* SwiftUI */
Color(red: 0.584, green: 0.416, blue: 0.129)
/* Android */
Color.parseColor("#956a21")Accessibility — WCAG contrast
Aa
#956a21 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#956a21 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green41.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow77.9%
Key (black)41.6%
Color previews
#956a21 text on a black background
contrast 4.36:1
Card sample
#956a21 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956a21;
Background color
Panel with #956a21 background
background-color: #956a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 106, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 106, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956a21; background: linear-gradient(135deg, #956a21, #739521);