#0c340c
a deep, vivid green · cool · closest name: darkslategray
RGB
12, 52, 12
HSL
120°, 63%, 13%
CMYK
77, 0, 77, 80
Luminance
0.0256
Every format
| HEX | #0c340c |
| RGB | rgb(12, 52, 12) |
| HSL | hsl(120, 63%, 13%) |
| CMYK | cmyk(77%, 0%, 77%, 80%) |
| LAB | lab(18.2 -23.5 20.4) |
| LCH | lch(18.2 31.1 139.0) |
| OKLCH | oklch(0.287 0.080 143.1) |
Copy-ready code
/* CSS */
color: #0c340c;
background-color: #0c340c;
/* Tailwind (arbitrary) */
class="text-[#0c340c] bg-[#0c340c]"
/* SCSS */
$brand: #0c340c;
/* SwiftUI */
Color(red: 0.047, green: 0.204, blue: 0.047)
/* Android */
Color.parseColor("#0c340c")Accessibility — WCAG contrast
Aa
#0c340c on white: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c340c on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green20.4%
Blue4.7%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow76.9%
Key (black)79.6%
Color previews
#0c340c text on a black background
contrast 1.51:1
Card sample
#0c340c text on a white background
contrast 13.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c340c;
Background color
Panel with #0c340c background
background-color: #0c340c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c340c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 52, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 52, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c340c; background: linear-gradient(135deg, #0c340c, #0C3427);