#158f3c
a dark, vivid green · cool · closest name: forestgreen
RGB
21, 143, 60
HSL
139°, 74%, 32%
CMYK
85, 0, 58, 44
Luminance
0.2013
Every format
| HEX | #158f3c |
| RGB | rgb(21, 143, 60) |
| HSL | hsl(139, 74%, 32%) |
| CMYK | cmyk(85%, 0%, 58%, 44%) |
| LAB | lab(52.0 -49.8 34.9) |
| LCH | lch(52.0 60.8 144.9) |
| OKLCH | oklch(0.570 0.157 148.1) |
Copy-ready code
/* CSS */
color: #158f3c;
background-color: #158f3c;
/* Tailwind (arbitrary) */
class="text-[#158f3c] bg-[#158f3c]"
/* SCSS */
$brand: #158f3c;
/* SwiftUI */
Color(red: 0.082, green: 0.561, blue: 0.235)
/* Android */
Color.parseColor("#158f3c")Accessibility — WCAG contrast
Aa
#158f3c on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#158f3c on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green56.1%
Blue23.5%
CMYK percentages
Cyan85.3%
Magenta0.0%
Yellow58.0%
Key (black)43.9%
Color previews
#158f3c text on a black background
contrast 5.03:1
Card sample
#158f3c text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #158f3c;
Background color
Panel with #158f3c background
background-color: #158f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #158f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 143, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 143, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #158f3c; background: linear-gradient(135deg, #158f3c, #158F8E);