#957921
a dark, vivid yellow · cool · closest name: olive
RGB
149, 121, 33
HSL
46°, 64%, 36%
CMYK
0, 19, 78, 42
Luminance
0.2017
Every format
| HEX | #957921 |
| RGB | rgb(149, 121, 33) |
| HSL | hsl(46, 64%, 36%) |
| CMYK | cmyk(0%, 19%, 78%, 42%) |
| LAB | lab(52.0 1.7 49.2) |
| LCH | lch(52.0 49.2 88.0) |
| OKLCH | oklch(0.587 0.108 90.3) |
Copy-ready code
/* CSS */
color: #957921;
background-color: #957921;
/* Tailwind (arbitrary) */
class="text-[#957921] bg-[#957921]"
/* SCSS */
$brand: #957921;
/* SwiftUI */
Color(red: 0.584, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#957921")Accessibility — WCAG contrast
Aa
#957921 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#957921 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow77.9%
Key (black)41.6%
Color previews
#957921 text on a black background
contrast 5.03:1
Card sample
#957921 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #957921;
Background color
Panel with #957921 background
background-color: #957921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #957921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #957921; background: linear-gradient(135deg, #957921, #649521);