#975721
a dark, vivid orange · warm · closest name: sienna
RGB
151, 87, 33
HSL
28°, 64%, 36%
CMYK
0, 42, 78, 41
Luminance
0.1351
Every format
| HEX | #975721 |
| RGB | rgb(151, 87, 33) |
| HSL | hsl(28, 64%, 36%) |
| CMYK | cmyk(0%, 42%, 78%, 41%) |
| LAB | lab(43.5 22.1 41.0) |
| LCH | lch(43.5 46.6 61.7) |
| OKLCH | oklch(0.521 0.108 56.9) |
Copy-ready code
/* CSS */
color: #975721;
background-color: #975721;
/* Tailwind (arbitrary) */
class="text-[#975721] bg-[#975721]"
/* SCSS */
$brand: #975721;
/* SwiftUI */
Color(red: 0.592, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#975721")Accessibility — WCAG contrast
Aa
#975721 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#975721 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow78.1%
Key (black)40.8%
Color previews
#975721 text on a black background
contrast 3.70:1
Card sample
#975721 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975721;
Background color
Panel with #975721 background
background-color: #975721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975721; background: linear-gradient(135deg, #975721, #889721);