#975c21
a dark, vivid orange · warm · closest name: sienna
RGB
151, 92, 33
HSL
30°, 64%, 36%
CMYK
0, 39, 78, 41
Luminance
0.1434
Every format
| HEX | #975c21 |
| RGB | rgb(151, 92, 33) |
| HSL | hsl(30, 64%, 36%) |
| CMYK | cmyk(0%, 39%, 78%, 41%) |
| LAB | lab(44.7 19.2 42.2) |
| LCH | lch(44.7 46.4 65.5) |
| OKLCH | oklch(0.531 0.106 61.5) |
Copy-ready code
/* CSS */
color: #975c21;
background-color: #975c21;
/* Tailwind (arbitrary) */
class="text-[#975c21] bg-[#975c21]"
/* SCSS */
$brand: #975c21;
/* SwiftUI */
Color(red: 0.592, green: 0.361, blue: 0.129)
/* Android */
Color.parseColor("#975c21")Accessibility — WCAG contrast
Aa
#975c21 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#975c21 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green36.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow78.1%
Key (black)40.8%
Color previews
#975c21 text on a black background
contrast 3.87:1
Card sample
#975c21 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975c21;
Background color
Panel with #975c21 background
background-color: #975c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 92, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 92, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975c21; background: linear-gradient(135deg, #975c21, #839721);