#94a821
a dark, vivid yellow · cool · closest name: olivedrab
RGB
148, 168, 33
HSL
69°, 67%, 39%
CMYK
12, 0, 80, 34
Luminance
0.3441
Every format
| HEX | #94a821 |
| RGB | rgb(148, 168, 33) |
| HSL | hsl(69, 67%, 39%) |
| CMYK | cmyk(12%, 0%, 80%, 34%) |
| LAB | lab(65.3 -23.8 61.3) |
| LCH | lch(65.3 65.7 111.2) |
| OKLCH | oklch(0.693 0.152 118.2) |
Copy-ready code
/* CSS */
color: #94a821;
background-color: #94a821;
/* Tailwind (arbitrary) */
class="text-[#94a821] bg-[#94a821]"
/* SCSS */
$brand: #94a821;
/* SwiftUI */
Color(red: 0.580, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#94a821")Accessibility — WCAG contrast
Aa
#94a821 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94a821 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green65.9%
Blue12.9%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#94a821 text on a black background
contrast 7.88:1
Card sample
#94a821 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94a821;
Background color
Panel with #94a821 background
background-color: #94a821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94a821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94a821; background: linear-gradient(135deg, #94a821, #3AA821);