#156721
a deep, vivid green · cool · closest name: seagreen
RGB
21, 103, 33
HSL
129°, 66%, 24%
CMYK
80, 0, 68, 60
Luminance
0.0997
Every format
| HEX | #156721 |
| RGB | rgb(21, 103, 33) |
| HSL | hsl(129, 66%, 24%) |
| CMYK | cmyk(80%, 0%, 68%, 60%) |
| LAB | lab(37.8 -39.2 31.8) |
| LCH | lch(37.8 50.5 141.0) |
| OKLCH | oklch(0.451 0.129 145.0) |
Copy-ready code
/* CSS */
color: #156721;
background-color: #156721;
/* Tailwind (arbitrary) */
class="text-[#156721] bg-[#156721]"
/* SCSS */
$brand: #156721;
/* SwiftUI */
Color(red: 0.082, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#156721")Accessibility — WCAG contrast
Aa
#156721 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#156721 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green40.4%
Blue12.9%
CMYK percentages
Cyan79.6%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#156721 text on a black background
contrast 2.99:1
Card sample
#156721 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #156721;
Background color
Panel with #156721 background
background-color: #156721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #156721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #156721; background: linear-gradient(135deg, #156721, #156758);