#91c86b
a balanced, vivid green · cool · closest name: olivedrab
RGB
145, 200, 107
HSL
96°, 46%, 60%
CMYK
28, 0, 47, 22
Luminance
0.4839
Every format
| HEX | #91c86b |
| RGB | rgb(145, 200, 107) |
| HSL | hsl(96, 46%, 60%) |
| CMYK | cmyk(28%, 0%, 47%, 22%) |
| LAB | lab(75.1 -34.2 40.7) |
| LCH | lch(75.1 53.2 130.0) |
| OKLCH | oklch(0.773 0.136 133.7) |
Copy-ready code
/* CSS */
color: #91c86b;
background-color: #91c86b;
/* Tailwind (arbitrary) */
class="text-[#91c86b] bg-[#91c86b]"
/* SCSS */
$brand: #91c86b;
/* SwiftUI */
Color(red: 0.569, green: 0.784, blue: 0.420)
/* Android */
Color.parseColor("#91c86b")Accessibility — WCAG contrast
Aa
#91c86b on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91c86b on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green78.4%
Blue42.0%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow46.5%
Key (black)21.6%
Color previews
#91c86b text on a black background
contrast 10.68:1
Card sample
#91c86b text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91c86b;
Background color
Panel with #91c86b background
background-color: #91c86b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91c86b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 200, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 200, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91c86b; background: linear-gradient(135deg, #91c86b, #6BC883);