#91b063
a balanced, soft green · cool · closest name: olivedrab
RGB
145, 176, 99
HSL
84°, 33%, 54%
CMYK
18, 0, 44, 31
Luminance
0.3797
Every format
| HEX | #91b063 |
| RGB | rgb(145, 176, 99) |
| HSL | hsl(84, 33%, 54%) |
| CMYK | cmyk(18%, 0%, 44%, 31%) |
| LAB | lab(68.0 -23.7 35.9) |
| LCH | lch(68.0 43.0 123.4) |
| OKLCH | oklch(0.716 0.109 126.9) |
Copy-ready code
/* CSS */
color: #91b063;
background-color: #91b063;
/* Tailwind (arbitrary) */
class="text-[#91b063] bg-[#91b063]"
/* SCSS */
$brand: #91b063;
/* SwiftUI */
Color(red: 0.569, green: 0.690, blue: 0.388)
/* Android */
Color.parseColor("#91b063")Accessibility — WCAG contrast
Aa
#91b063 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91b063 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green69.0%
Blue38.8%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow43.8%
Key (black)31.0%
Color previews
#91b063 text on a black background
contrast 8.59:1
Card sample
#91b063 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91b063;
Background color
Panel with #91b063 background
background-color: #91b063;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91b063;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 176, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 176, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91b063; background: linear-gradient(135deg, #91b063, #63B068);