#2c6b0c
a deep, electric green · cool · closest name: forestgreen
RGB
44, 107, 12
HSL
100°, 80%, 23%
CMYK
59, 0, 89, 58
Luminance
0.1108
Every format
| HEX | #2c6b0c |
| RGB | rgb(44, 107, 12) |
| HSL | hsl(100, 80%, 23%) |
| CMYK | cmyk(59%, 0%, 89%, 58%) |
| LAB | lab(39.7 -37.1 42.0) |
| LCH | lch(39.7 56.0 131.5) |
| OKLCH | oklch(0.468 0.138 138.1) |
Copy-ready code
/* CSS */
color: #2c6b0c;
background-color: #2c6b0c;
/* Tailwind (arbitrary) */
class="text-[#2c6b0c] bg-[#2c6b0c]"
/* SCSS */
$brand: #2c6b0c;
/* SwiftUI */
Color(red: 0.173, green: 0.420, blue: 0.047)
/* Android */
Color.parseColor("#2c6b0c")Accessibility — WCAG contrast
Aa
#2c6b0c on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c6b0c on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green42.0%
Blue4.7%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow88.8%
Key (black)58.0%
Color previews
#2c6b0c text on a black background
contrast 3.22:1
Card sample
#2c6b0c text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c6b0c;
Background color
Panel with #2c6b0c background
background-color: #2c6b0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c6b0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 107, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 107, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c6b0c; background: linear-gradient(135deg, #2c6b0c, #0C6B2B);