#91af5f
a balanced, soft green · cool · closest name: olivedrab
RGB
145, 175, 95
HSL
83°, 33%, 53%
CMYK
17, 0, 46, 31
Luminance
0.3751
Every format
| HEX | #91af5f |
| RGB | rgb(145, 175, 95) |
| HSL | hsl(83, 33%, 53%) |
| CMYK | cmyk(17%, 0%, 46%, 31%) |
| LAB | lab(67.7 -23.7 37.5) |
| LCH | lch(67.7 44.4 122.3) |
| OKLCH | oklch(0.713 0.112 126.0) |
Copy-ready code
/* CSS */
color: #91af5f;
background-color: #91af5f;
/* Tailwind (arbitrary) */
class="text-[#91af5f] bg-[#91af5f]"
/* SCSS */
$brand: #91af5f;
/* SwiftUI */
Color(red: 0.569, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#91af5f")Accessibility — WCAG contrast
Aa
#91af5f on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91af5f on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green68.6%
Blue37.3%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow45.7%
Key (black)31.4%
Color previews
#91af5f text on a black background
contrast 8.50:1
Card sample
#91af5f text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91af5f;
Background color
Panel with #91af5f background
background-color: #91af5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91af5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91af5f; background: linear-gradient(135deg, #91af5f, #5FAF62);