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