#939921
a dark, vivid yellow · cool · closest name: olive
RGB
147, 153, 33
HSL
63°, 65%, 37%
CMYK
4, 0, 78, 40
Luminance
0.2910
Every format
| HEX | #939921 |
| RGB | rgb(147, 153, 33) |
| HSL | hsl(63, 65%, 37%) |
| CMYK | cmyk(4%, 0%, 78%, 40%) |
| LAB | lab(60.9 -16.6 57.3) |
| LCH | lch(60.9 59.6 106.2) |
| OKLCH | oklch(0.657 0.135 112.5) |
Copy-ready code
/* CSS */
color: #939921;
background-color: #939921;
/* Tailwind (arbitrary) */
class="text-[#939921] bg-[#939921]"
/* SCSS */
$brand: #939921;
/* SwiftUI */
Color(red: 0.576, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#939921")Accessibility — WCAG contrast
Aa
#939921 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#939921 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green60.0%
Blue12.9%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow78.4%
Key (black)40.0%
Color previews
#939921 text on a black background
contrast 6.82:1
Card sample
#939921 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #939921;
Background color
Panel with #939921 background
background-color: #939921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #939921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #939921; background: linear-gradient(135deg, #939921, #439921);