#91ab2f
a dark, vivid green · cool · closest name: olivedrab
RGB
145, 171, 47
HSL
73°, 57%, 43%
CMYK
15, 0, 73, 33
Luminance
0.3535
Every format
| HEX | #91ab2f |
| RGB | rgb(145, 171, 47) |
| HSL | hsl(73, 57%, 43%) |
| CMYK | cmyk(15%, 0%, 73%, 33%) |
| LAB | lab(66.0 -25.9 57.3) |
| LCH | lch(66.0 62.9 114.3) |
| OKLCH | oklch(0.698 0.149 120.8) |
Copy-ready code
/* CSS */
color: #91ab2f;
background-color: #91ab2f;
/* Tailwind (arbitrary) */
class="text-[#91ab2f] bg-[#91ab2f]"
/* SCSS */
$brand: #91ab2f;
/* SwiftUI */
Color(red: 0.569, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#91ab2f")Accessibility — WCAG contrast
Aa
#91ab2f on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ab2f on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green67.1%
Blue18.4%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow72.5%
Key (black)32.9%
Color previews
#91ab2f text on a black background
contrast 8.07:1
Card sample
#91ab2f text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ab2f;
Background color
Panel with #91ab2f background
background-color: #91ab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ab2f; background: linear-gradient(135deg, #91ab2f, #3EAB2F);