#91cb2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
145, 203, 47
HSL
82°, 62%, 49%
CMYK
29, 0, 77, 20
Luminance
0.4894
Every format
| HEX | #91cb2f |
| RGB | rgb(145, 203, 47) |
| HSL | hsl(82, 62%, 49%) |
| CMYK | cmyk(29%, 0%, 77%, 20%) |
| LAB | lab(75.4 -40.7 66.3) |
| LCH | lch(75.4 77.8 121.5) |
| OKLCH | oklch(0.774 0.187 128.5) |
Copy-ready code
/* CSS */
color: #91cb2f;
background-color: #91cb2f;
/* Tailwind (arbitrary) */
class="text-[#91cb2f] bg-[#91cb2f]"
/* SCSS */
$brand: #91cb2f;
/* SwiftUI */
Color(red: 0.569, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#91cb2f")Accessibility — WCAG contrast
Aa
#91cb2f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91cb2f on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green79.6%
Blue18.4%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow76.8%
Key (black)20.4%
Color previews
#91cb2f text on a black background
contrast 10.79:1
Card sample
#91cb2f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91cb2f;
Background color
Panel with #91cb2f background
background-color: #91cb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91cb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91cb2f; background: linear-gradient(135deg, #91cb2f, #2FCB35);