#94a521
a dark, vivid yellow · cool · closest name: olivedrab
RGB
148, 165, 33
HSL
68°, 67%, 39%
CMYK
10, 0, 80, 35
Luminance
0.3332
Every format
| HEX | #94a521 |
| RGB | rgb(148, 165, 33) |
| HSL | hsl(68, 67%, 39%) |
| CMYK | cmyk(10%, 0%, 80%, 35%) |
| LAB | lab(64.4 -22.3 60.5) |
| LCH | lch(64.4 64.4 110.2) |
| OKLCH | oklch(0.686 0.148 117.1) |
Copy-ready code
/* CSS */
color: #94a521;
background-color: #94a521;
/* Tailwind (arbitrary) */
class="text-[#94a521] bg-[#94a521]"
/* SCSS */
$brand: #94a521;
/* SwiftUI */
Color(red: 0.580, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#94a521")Accessibility — WCAG contrast
Aa
#94a521 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94a521 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green64.7%
Blue12.9%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#94a521 text on a black background
contrast 7.66:1
Card sample
#94a521 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94a521;
Background color
Panel with #94a521 background
background-color: #94a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94a521; background: linear-gradient(135deg, #94a521, #3CA521);