#91a721
a dark, vivid yellow · cool · closest name: olivedrab
RGB
145, 167, 33
HSL
70°, 67%, 39%
CMYK
13, 0, 80, 35
Luminance
0.3377
Every format
| HEX | #91a721 |
| RGB | rgb(145, 167, 33) |
| HSL | hsl(70, 67%, 39%) |
| CMYK | cmyk(13%, 0%, 80%, 35%) |
| LAB | lab(64.8 -24.6 60.7) |
| LCH | lch(64.8 65.5 112.0) |
| OKLCH | oklch(0.688 0.152 119.1) |
Copy-ready code
/* CSS */
color: #91a721;
background-color: #91a721;
/* Tailwind (arbitrary) */
class="text-[#91a721] bg-[#91a721]"
/* SCSS */
$brand: #91a721;
/* SwiftUI */
Color(red: 0.569, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#91a721")Accessibility — WCAG contrast
Aa
#91a721 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91a721 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green65.5%
Blue12.9%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#91a721 text on a black background
contrast 7.75:1
Card sample
#91a721 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91a721;
Background color
Panel with #91a721 background
background-color: #91a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91a721; background: linear-gradient(135deg, #91a721, #38A721);