#91b65a
a balanced, soft green · cool · closest name: olivedrab
RGB
145, 182, 90
HSL
84°, 39%, 53%
CMYK
20, 0, 51, 29
Luminance
0.4021
Every format
| HEX | #91b65a |
| RGB | rgb(145, 182, 90) |
| HSL | hsl(84, 39%, 53%) |
| CMYK | cmyk(20%, 0%, 51%, 29%) |
| LAB | lab(69.6 -27.7 42.4) |
| LCH | lch(69.6 50.7 123.1) |
| OKLCH | oklch(0.729 0.127 127.4) |
Copy-ready code
/* CSS */
color: #91b65a;
background-color: #91b65a;
/* Tailwind (arbitrary) */
class="text-[#91b65a] bg-[#91b65a]"
/* SCSS */
$brand: #91b65a;
/* SwiftUI */
Color(red: 0.569, green: 0.714, blue: 0.353)
/* Android */
Color.parseColor("#91b65a")Accessibility — WCAG contrast
Aa
#91b65a on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91b65a on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green71.4%
Blue35.3%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow50.5%
Key (black)28.6%
Color previews
#91b65a text on a black background
contrast 9.04:1
Card sample
#91b65a text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91b65a;
Background color
Panel with #91b65a background
background-color: #91b65a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91b65a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 182, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 182, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91b65a; background: linear-gradient(135deg, #91b65a, #5AB660);