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