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