#97af6c
a balanced, soft green · cool · closest name: olivedrab
RGB
151, 175, 108
HSL
82°, 30%, 56%
CMYK
14, 0, 38, 31
Luminance
0.3832
Every format
| HEX | #97af6c |
| RGB | rgb(151, 175, 108) |
| HSL | hsl(82, 30%, 56%) |
| CMYK | cmyk(14%, 0%, 38%, 31%) |
| LAB | lab(68.3 -19.8 31.7) |
| LCH | lch(68.3 37.3 122.0) |
| OKLCH | oklch(0.719 0.095 124.8) |
Copy-ready code
/* CSS */
color: #97af6c;
background-color: #97af6c;
/* Tailwind (arbitrary) */
class="text-[#97af6c] bg-[#97af6c]"
/* SCSS */
$brand: #97af6c;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 0.424)
/* Android */
Color.parseColor("#97af6c")Accessibility — WCAG contrast
Aa
#97af6c on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97af6c on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue42.4%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow38.3%
Key (black)31.4%
Color previews
#97af6c text on a black background
contrast 8.66:1
Card sample
#97af6c text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97af6c;
Background color
Panel with #97af6c background
background-color: #97af6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97af6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97af6c; background: linear-gradient(135deg, #97af6c, #6CAF6E);