#156021
a deep, vivid green · cool · closest name: seagreen
RGB
21, 96, 33
HSL
130°, 64%, 23%
CMYK
78, 0, 66, 62
Luminance
0.0863
Every format
| HEX | #156021 |
| RGB | rgb(21, 96, 33) |
| HSL | hsl(130, 64%, 23%) |
| CMYK | cmyk(78%, 0%, 66%, 62%) |
| LAB | lab(35.3 -36.6 29.0) |
| LCH | lch(35.3 46.7 141.6) |
| OKLCH | oklch(0.430 0.120 145.5) |
Copy-ready code
/* CSS */
color: #156021;
background-color: #156021;
/* Tailwind (arbitrary) */
class="text-[#156021] bg-[#156021]"
/* SCSS */
$brand: #156021;
/* SwiftUI */
Color(red: 0.082, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#156021")Accessibility — WCAG contrast
Aa
#156021 on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#156021 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green37.6%
Blue12.9%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#156021 text on a black background
contrast 2.73:1
Card sample
#156021 text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #156021;
Background color
Panel with #156021 background
background-color: #156021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #156021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #156021; background: linear-gradient(135deg, #156021, #156053);