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