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