#97c497
a light, soft green · cool · closest name: seagreen
RGB
151, 196, 151
HSL
120°, 28%, 68%
CMYK
23, 0, 23, 23
Luminance
0.4829
Every format
| HEX | #97c497 |
| RGB | rgb(151, 196, 151) |
| HSL | hsl(120, 28%, 68%) |
| CMYK | cmyk(23%, 0%, 23%, 23%) |
| LAB | lab(75.0 -23.7 17.9) |
| LCH | lch(75.0 29.6 142.9) |
| OKLCH | oklch(0.776 0.079 144.8) |
Copy-ready code
/* CSS */
color: #97c497;
background-color: #97c497;
/* Tailwind (arbitrary) */
class="text-[#97c497] bg-[#97c497]"
/* SCSS */
$brand: #97c497;
/* SwiftUI */
Color(red: 0.592, green: 0.769, blue: 0.592)
/* Android */
Color.parseColor("#97c497")Accessibility — WCAG contrast
Aa
#97c497 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97c497 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green76.9%
Blue59.2%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow23.0%
Key (black)23.1%
Color previews
#97c497 text on a black background
contrast 10.66:1
Card sample
#97c497 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97c497;
Background color
Panel with #97c497 background
background-color: #97c497;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97c497;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 196, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 196, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97c497; background: linear-gradient(135deg, #97c497, #97C4B5);