#3c830c
a dark, electric green · cool · closest name: forestgreen
RGB
60, 131, 12
HSL
96°, 83%, 28%
CMYK
54, 0, 91, 49
Luminance
0.1722
Every format
| HEX | #3c830c |
| RGB | rgb(60, 131, 12) |
| HSL | hsl(96, 83%, 28%) |
| CMYK | cmyk(54%, 0%, 91%, 49%) |
| LAB | lab(48.5 -41.8 49.9) |
| LCH | lch(48.5 65.1 129.9) |
| OKLCH | oklch(0.543 0.159 136.9) |
Copy-ready code
/* CSS */
color: #3c830c;
background-color: #3c830c;
/* Tailwind (arbitrary) */
class="text-[#3c830c] bg-[#3c830c]"
/* SCSS */
$brand: #3c830c;
/* SwiftUI */
Color(red: 0.235, green: 0.514, blue: 0.047)
/* Android */
Color.parseColor("#3c830c")Accessibility — WCAG contrast
Aa
#3c830c on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c830c on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green51.4%
Blue4.7%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow90.8%
Key (black)48.6%
Color previews
#3c830c text on a black background
contrast 4.44:1
Card sample
#3c830c text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c830c;
Background color
Panel with #3c830c background
background-color: #3c830c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c830c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 131, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 131, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c830c; background: linear-gradient(135deg, #3c830c, #0C832B);