#97af83
a balanced, soft green · cool · closest name: tan
RGB
151, 175, 131
HSL
93°, 22%, 60%
CMYK
14, 0, 25, 31
Luminance
0.3888
Every format
| HEX | #97af83 |
| RGB | rgb(151, 175, 131) |
| HSL | hsl(93, 22%, 60%) |
| CMYK | cmyk(14%, 0%, 25%, 31%) |
| LAB | lab(68.7 -16.4 19.9) |
| LCH | lch(68.7 25.8 129.5) |
| OKLCH | oklch(0.724 0.067 131.2) |
Copy-ready code
/* CSS */
color: #97af83;
background-color: #97af83;
/* Tailwind (arbitrary) */
class="text-[#97af83] bg-[#97af83]"
/* SCSS */
$brand: #97af83;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 0.514)
/* Android */
Color.parseColor("#97af83")Accessibility — WCAG contrast
Aa
#97af83 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97af83 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue51.4%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow25.1%
Key (black)31.4%
Color previews
#97af83 text on a black background
contrast 8.78:1
Card sample
#97af83 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97af83;
Background color
Panel with #97af83 background
background-color: #97af83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97af83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97af83; background: linear-gradient(135deg, #97af83, #83AF8C);