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