#0c830c
a dark, electric green · cool · “green”
RGB
12, 131, 12
HSL
120°, 83%, 28%
CMYK
91, 0, 91, 49
Luminance
0.1634
Every format
| HEX | #0c830c |
| RGB | rgb(12, 131, 12) |
| HSL | hsl(120, 83%, 28%) |
| CMYK | cmyk(91%, 0%, 91%, 49%) |
| LAB | lab(47.4 -51.2 48.5) |
| LCH | lch(47.4 70.5 136.5) |
| OKLCH | oklch(0.530 0.175 142.6) |
Copy-ready code
/* CSS */
color: #0c830c;
background-color: #0c830c;
/* Tailwind (arbitrary) */
class="text-[#0c830c] bg-[#0c830c]"
/* SCSS */
$brand: #0c830c;
/* SwiftUI */
Color(red: 0.047, green: 0.514, blue: 0.047)
/* Android */
Color.parseColor("#0c830c")Accessibility — WCAG contrast
Aa
#0c830c on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c830c on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green51.4%
Blue4.7%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow90.8%
Key (black)48.6%
Color previews
#0c830c text on a black background
contrast 4.27:1
Card sample
#0c830c text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c830c;
Background color
Panel with #0c830c background
background-color: #0c830c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c830c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 131, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 131, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c830c; background: linear-gradient(135deg, #0c830c, #0C835B);