#91af7d
a balanced, soft green · cool · closest name: tan
RGB
145, 175, 125
HSL
96°, 24%, 59%
CMYK
17, 0, 29, 31
Luminance
0.3816
Every format
| HEX | #91af7d |
| RGB | rgb(145, 175, 125) |
| HSL | hsl(96, 24%, 59%) |
| CMYK | cmyk(17%, 0%, 29%, 31%) |
| LAB | lab(68.1 -19.6 22.4) |
| LCH | lch(68.1 29.7 131.2) |
| OKLCH | oklch(0.718 0.077 133.2) |
Copy-ready code
/* CSS */
color: #91af7d;
background-color: #91af7d;
/* Tailwind (arbitrary) */
class="text-[#91af7d] bg-[#91af7d]"
/* SCSS */
$brand: #91af7d;
/* SwiftUI */
Color(red: 0.569, green: 0.686, blue: 0.490)
/* Android */
Color.parseColor("#91af7d")Accessibility — WCAG contrast
Aa
#91af7d on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91af7d on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green68.6%
Blue49.0%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow28.6%
Key (black)31.4%
Color previews
#91af7d text on a black background
contrast 8.63:1
Card sample
#91af7d text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91af7d;
Background color
Panel with #91af7d background
background-color: #91af7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91af7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 175, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 175, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91af7d; background: linear-gradient(135deg, #91af7d, #7DAF8A);