#97b163
a balanced, soft green · cool · closest name: olivedrab
RGB
151, 177, 99
HSL
80°, 33%, 54%
CMYK
15, 0, 44, 31
Luminance
0.3892
Every format
| HEX | #97b163 |
| RGB | rgb(151, 177, 99) |
| HSL | hsl(80, 33%, 54%) |
| CMYK | cmyk(15%, 0%, 44%, 31%) |
| LAB | lab(68.7 -21.9 36.9) |
| LCH | lch(68.7 42.9 120.7) |
| OKLCH | oklch(0.723 0.108 124.1) |
Copy-ready code
/* CSS */
color: #97b163;
background-color: #97b163;
/* Tailwind (arbitrary) */
class="text-[#97b163] bg-[#97b163]"
/* SCSS */
$brand: #97b163;
/* SwiftUI */
Color(red: 0.592, green: 0.694, blue: 0.388)
/* Android */
Color.parseColor("#97b163")Accessibility — WCAG contrast
Aa
#97b163 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b163 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green69.4%
Blue38.8%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow44.1%
Key (black)30.6%
Color previews
#97b163 text on a black background
contrast 8.78:1
Card sample
#97b163 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b163;
Background color
Panel with #97b163 background
background-color: #97b163;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b163;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 177, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 177, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b163; background: linear-gradient(135deg, #97b163, #63B163);