#97cb85
a light, soft green · cool · closest name: seagreen
RGB
151, 203, 133
HSL
105°, 40%, 66%
CMYK
26, 0, 35, 20
Luminance
0.5098
Every format
| HEX | #97cb85 |
| RGB | rgb(151, 203, 133) |
| HSL | hsl(105, 40%, 66%) |
| CMYK | cmyk(26%, 0%, 35%, 20%) |
| LAB | lab(76.7 -30.0 29.6) |
| LCH | lch(76.7 42.1 135.3) |
| OKLCH | oklch(0.788 0.110 137.9) |
Copy-ready code
/* CSS */
color: #97cb85;
background-color: #97cb85;
/* Tailwind (arbitrary) */
class="text-[#97cb85] bg-[#97cb85]"
/* SCSS */
$brand: #97cb85;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.522)
/* Android */
Color.parseColor("#97cb85")Accessibility — WCAG contrast
Aa
#97cb85 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cb85 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue52.2%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow34.5%
Key (black)20.4%
Color previews
#97cb85 text on a black background
contrast 11.20:1
Card sample
#97cb85 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cb85;
Background color
Panel with #97cb85 background
background-color: #97cb85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cb85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cb85; background: linear-gradient(135deg, #97cb85, #85CBA2);