#0c600c
a deep, electric green · cool · closest name: forestgreen
RGB
12, 96, 12
HSL
120°, 78%, 21%
CMYK
88, 0, 88, 62
Luminance
0.0847
Every format
| HEX | #0c600c |
| RGB | rgb(12, 96, 12) |
| HSL | hsl(120, 78%, 21%) |
| CMYK | cmyk(88%, 0%, 88%, 62%) |
| LAB | lab(34.9 -40.0 37.4) |
| LCH | lch(34.9 54.8 137.0) |
| OKLCH | oklch(0.426 0.137 142.7) |
Copy-ready code
/* CSS */
color: #0c600c;
background-color: #0c600c;
/* Tailwind (arbitrary) */
class="text-[#0c600c] bg-[#0c600c]"
/* SCSS */
$brand: #0c600c;
/* SwiftUI */
Color(red: 0.047, green: 0.376, blue: 0.047)
/* Android */
Color.parseColor("#0c600c")Accessibility — WCAG contrast
Aa
#0c600c on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c600c on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green37.6%
Blue4.7%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow87.5%
Key (black)62.4%
Color previews
#0c600c text on a black background
contrast 2.69:1
Card sample
#0c600c text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c600c;
Background color
Panel with #0c600c background
background-color: #0c600c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c600c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 96, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 96, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c600c; background: linear-gradient(135deg, #0c600c, #0C6044);