#956921
a dark, vivid orange · warm · closest name: peru
RGB
149, 105, 33
HSL
37°, 64%, 36%
CMYK
0, 30, 78, 42
Luminance
0.1660
Every format
| HEX | #956921 |
| RGB | rgb(149, 105, 33) |
| HSL | hsl(37, 64%, 36%) |
| CMYK | cmyk(0%, 30%, 78%, 42%) |
| LAB | lab(47.8 10.8 45.1) |
| LCH | lch(47.8 46.4 76.5) |
| OKLCH | oklch(0.554 0.102 75.3) |
Copy-ready code
/* CSS */
color: #956921;
background-color: #956921;
/* Tailwind (arbitrary) */
class="text-[#956921] bg-[#956921]"
/* SCSS */
$brand: #956921;
/* SwiftUI */
Color(red: 0.584, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#956921")Accessibility — WCAG contrast
Aa
#956921 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#956921 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow77.9%
Key (black)41.6%
Color previews
#956921 text on a black background
contrast 4.32:1
Card sample
#956921 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956921;
Background color
Panel with #956921 background
background-color: #956921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956921; background: linear-gradient(135deg, #956921, #749521);