#156607
a deep, electric green · cool · closest name: forestgreen
RGB
21, 102, 7
HSL
111°, 87%, 21%
CMYK
79, 0, 93, 60
Luminance
0.0968
Every format
| HEX | #156607 |
| RGB | rgb(21, 102, 7) |
| HSL | hsl(111, 87%, 21%) |
| CMYK | cmyk(79%, 0%, 93%, 60%) |
| LAB | lab(37.3 -41.0 40.9) |
| LCH | lch(37.3 57.9 135.1) |
| OKLCH | oklch(0.446 0.143 141.4) |
Copy-ready code
/* CSS */
color: #156607;
background-color: #156607;
/* Tailwind (arbitrary) */
class="text-[#156607] bg-[#156607]"
/* SCSS */
$brand: #156607;
/* SwiftUI */
Color(red: 0.082, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#156607")Accessibility — WCAG contrast
Aa
#156607 on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#156607 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green40.0%
Blue2.7%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#156607 text on a black background
contrast 2.94:1
Card sample
#156607 text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #156607;
Background color
Panel with #156607 background
background-color: #156607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #156607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #156607; background: linear-gradient(135deg, #156607, #076638);