#91a36d
a balanced, soft green · cool · closest name: tan
RGB
145, 163, 109
HSL
80°, 23%, 53%
CMYK
11, 0, 33, 36
Luminance
0.3332
Every format
| HEX | #91a36d |
| RGB | rgb(145, 163, 109) |
| HSL | hsl(80, 23%, 53%) |
| CMYK | cmyk(11%, 0%, 33%, 36%) |
| LAB | lab(64.4 -15.8 26.0) |
| LCH | lch(64.4 30.4 121.3) |
| OKLCH | oklch(0.688 0.078 123.4) |
Copy-ready code
/* CSS */
color: #91a36d;
background-color: #91a36d;
/* Tailwind (arbitrary) */
class="text-[#91a36d] bg-[#91a36d]"
/* SCSS */
$brand: #91a36d;
/* SwiftUI */
Color(red: 0.569, green: 0.639, blue: 0.427)
/* Android */
Color.parseColor("#91a36d")Accessibility — WCAG contrast
Aa
#91a36d on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91a36d on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green63.9%
Blue42.7%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow33.1%
Key (black)36.1%
Color previews
#91a36d text on a black background
contrast 7.66:1
Card sample
#91a36d text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91a36d;
Background color
Panel with #91a36d background
background-color: #91a36d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91a36d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 163, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 163, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91a36d; background: linear-gradient(135deg, #91a36d, #6DA36D);