#158921
a dark, vivid green · cool · “forestgreen”
RGB
21, 137, 33
HSL
126°, 73%, 31%
CMYK
85, 0, 76, 46
Luminance
0.1816
Every format
| HEX | #158921 |
| RGB | rgb(21, 137, 33) |
| HSL | hsl(126, 73%, 31%) |
| CMYK | cmyk(85%, 0%, 76%, 46%) |
| LAB | lab(49.7 -50.9 44.4) |
| LCH | lch(49.7 67.5 138.9) |
| OKLCH | oklch(0.550 0.170 143.8) |
Copy-ready code
/* CSS */
color: #158921;
background-color: #158921;
/* Tailwind (arbitrary) */
class="text-[#158921] bg-[#158921]"
/* SCSS */
$brand: #158921;
/* SwiftUI */
Color(red: 0.082, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#158921")Accessibility — WCAG contrast
Aa
#158921 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#158921 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green53.7%
Blue12.9%
CMYK percentages
Cyan84.7%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#158921 text on a black background
contrast 4.63:1
Card sample
#158921 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #158921;
Background color
Panel with #158921 background
background-color: #158921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #158921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #158921; background: linear-gradient(135deg, #158921, #15896E);