#159643
a dark, electric green · cool · closest name: forestgreen
RGB
21, 150, 67
HSL
141°, 75%, 34%
CMYK
86, 0, 55, 41
Luminance
0.2238
Every format
| HEX | #159643 |
| RGB | rgb(21, 150, 67) |
| HSL | hsl(141, 75%, 34%) |
| CMYK | cmyk(86%, 0%, 55%, 41%) |
| LAB | lab(54.4 -51.1 34.4) |
| LCH | lch(54.4 61.6 146.1) |
| OKLCH | oklch(0.590 0.160 149.0) |
Copy-ready code
/* CSS */
color: #159643;
background-color: #159643;
/* Tailwind (arbitrary) */
class="text-[#159643] bg-[#159643]"
/* SCSS */
$brand: #159643;
/* SwiftUI */
Color(red: 0.082, green: 0.588, blue: 0.263)
/* Android */
Color.parseColor("#159643")Accessibility — WCAG contrast
Aa
#159643 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#159643 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green58.8%
Blue26.3%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow55.3%
Key (black)41.2%
Color previews
#159643 text on a black background
contrast 5.48:1
Card sample
#159643 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #159643;
Background color
Panel with #159643 background
background-color: #159643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #159643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 150, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 150, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #159643; background: linear-gradient(135deg, #159643, #159396);