#0c4124
a deep, vivid green · cool · closest name: darkslategray
RGB
12, 65, 36
HSL
147°, 69%, 15%
CMYK
82, 0, 45, 75
Luminance
0.0399
Every format
| HEX | #0c4124 |
| RGB | rgb(12, 65, 36) |
| HSL | hsl(147, 69%, 15%) |
| CMYK | cmyk(82%, 0%, 45%, 75%) |
| LAB | lab(23.6 -24.9 12.9) |
| LCH | lch(23.6 28.1 152.6) |
| OKLCH | oklch(0.333 0.075 154.4) |
Copy-ready code
/* CSS */
color: #0c4124;
background-color: #0c4124;
/* Tailwind (arbitrary) */
class="text-[#0c4124] bg-[#0c4124]"
/* SCSS */
$brand: #0c4124;
/* SwiftUI */
Color(red: 0.047, green: 0.255, blue: 0.141)
/* Android */
Color.parseColor("#0c4124")Accessibility — WCAG contrast
Aa
#0c4124 on white: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c4124 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green25.5%
Blue14.1%
CMYK percentages
Cyan81.5%
Magenta0.0%
Yellow44.6%
Key (black)74.5%
Color previews
#0c4124 text on a black background
contrast 1.80:1
Card sample
#0c4124 text on a white background
contrast 11.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c4124;
Background color
Panel with #0c4124 background
background-color: #0c4124;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c4124;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 65, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 65, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c4124; background: linear-gradient(135deg, #0c4124, #0C3B41);