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