#937921
a dark, vivid yellow · cool · closest name: olive
RGB
147, 121, 33
HSL
46°, 63%, 35%
CMYK
0, 18, 78, 42
Luminance
0.1999
Every format
| HEX | #937921 |
| RGB | rgb(147, 121, 33) |
| HSL | hsl(46, 63%, 35%) |
| CMYK | cmyk(0%, 18%, 78%, 42%) |
| LAB | lab(51.8 0.8 48.9) |
| LCH | lch(51.8 48.9 89.1) |
| OKLCH | oklch(0.585 0.107 91.6) |
Copy-ready code
/* CSS */
color: #937921;
background-color: #937921;
/* Tailwind (arbitrary) */
class="text-[#937921] bg-[#937921]"
/* SCSS */
$brand: #937921;
/* SwiftUI */
Color(red: 0.576, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#937921")Accessibility — WCAG contrast
Aa
#937921 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#937921 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow77.6%
Key (black)42.4%
Color previews
#937921 text on a black background
contrast 5.00:1
Card sample
#937921 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #937921;
Background color
Panel with #937921 background
background-color: #937921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #937921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #937921; background: linear-gradient(135deg, #937921, #619321);