#97af5e
a balanced, soft green · cool · closest name: olivedrab
RGB
151, 175, 94
HSL
78°, 34%, 53%
CMYK
14, 0, 46, 31
Luminance
0.3805
Every format
| HEX | #97af5e |
| RGB | rgb(151, 175, 94) |
| HSL | hsl(78, 34%, 53%) |
| CMYK | cmyk(14%, 0%, 46%, 31%) |
| LAB | lab(68.1 -21.4 38.6) |
| LCH | lch(68.1 44.2 119.0) |
| OKLCH | oklch(0.717 0.111 122.7) |
Copy-ready code
/* CSS */
color: #97af5e;
background-color: #97af5e;
/* Tailwind (arbitrary) */
class="text-[#97af5e] bg-[#97af5e]"
/* SCSS */
$brand: #97af5e;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 0.369)
/* Android */
Color.parseColor("#97af5e")Accessibility — WCAG contrast
Aa
#97af5e on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97af5e on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue36.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow46.3%
Key (black)31.4%
Color previews
#97af5e text on a black background
contrast 8.61:1
Card sample
#97af5e text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97af5e;
Background color
Panel with #97af5e background
background-color: #97af5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97af5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97af5e; background: linear-gradient(135deg, #97af5e, #61AF5E);