#937321
a dark, vivid yellow · warm · closest name: olive
RGB
147, 115, 33
HSL
43°, 63%, 35%
CMYK
0, 22, 78, 42
Luminance
0.1857
Every format
| HEX | #937321 |
| RGB | rgb(147, 115, 33) |
| HSL | hsl(43, 63%, 35%) |
| CMYK | cmyk(0%, 22%, 78%, 42%) |
| LAB | lab(50.2 4.2 47.3) |
| LCH | lch(50.2 47.5 85.0) |
| OKLCH | oklch(0.572 0.104 86.3) |
Copy-ready code
/* CSS */
color: #937321;
background-color: #937321;
/* Tailwind (arbitrary) */
class="text-[#937321] bg-[#937321]"
/* SCSS */
$brand: #937321;
/* SwiftUI */
Color(red: 0.576, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#937321")Accessibility — WCAG contrast
Aa
#937321 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#937321 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green45.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow77.6%
Key (black)42.4%
Color previews
#937321 text on a black background
contrast 4.71:1
Card sample
#937321 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #937321;
Background color
Panel with #937321 background
background-color: #937321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #937321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #937321; background: linear-gradient(135deg, #937321, #679321);