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