#957721
a dark, vivid yellow · warm · closest name: olive
RGB
149, 119, 33
HSL
45°, 64%, 36%
CMYK
0, 20, 78, 42
Luminance
0.1969
Every format
| HEX | #957721 |
| RGB | rgb(149, 119, 33) |
| HSL | hsl(45, 64%, 36%) |
| CMYK | cmyk(0%, 20%, 78%, 42%) |
| LAB | lab(51.5 2.8 48.6) |
| LCH | lch(51.5 48.7 86.7) |
| OKLCH | oklch(0.583 0.107 88.5) |
Copy-ready code
/* CSS */
color: #957721;
background-color: #957721;
/* Tailwind (arbitrary) */
class="text-[#957721] bg-[#957721]"
/* SCSS */
$brand: #957721;
/* SwiftUI */
Color(red: 0.584, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#957721")Accessibility — WCAG contrast
Aa
#957721 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#957721 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow77.9%
Key (black)41.6%
Color previews
#957721 text on a black background
contrast 4.94:1
Card sample
#957721 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #957721;
Background color
Panel with #957721 background
background-color: #957721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #957721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #957721; background: linear-gradient(135deg, #957721, #669521);