#22996f
a dark, vivid green · cool · closest name: seagreen
RGB
34, 153, 111
HSL
159°, 64%, 37%
CMYK
78, 0, 28, 40
Luminance
0.2427
Every format
| HEX | #22996f |
| RGB | rgb(34, 153, 111) |
| HSL | hsl(159, 64%, 37%) |
| CMYK | cmyk(78%, 0%, 28%, 40%) |
| LAB | lab(56.4 -42.2 13.1) |
| LCH | lch(56.4 44.2 162.7) |
| OKLCH | oklch(0.609 0.120 163.9) |
Copy-ready code
/* CSS */
color: #22996f;
background-color: #22996f;
/* Tailwind (arbitrary) */
class="text-[#22996f] bg-[#22996f]"
/* SCSS */
$brand: #22996f;
/* SwiftUI */
Color(red: 0.133, green: 0.600, blue: 0.435)
/* Android */
Color.parseColor("#22996f")Accessibility — WCAG contrast
Aa
#22996f on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#22996f on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green60.0%
Blue43.5%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow27.5%
Key (black)40.0%
Color previews
#22996f text on a black background
contrast 5.85:1
Card sample
#22996f text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22996f;
Background color
Panel with #22996f background
background-color: #22996f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22996f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 153, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 153, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22996f; background: linear-gradient(135deg, #22996f, #227499);