#0c2b06
a deep, electric green · cool · closest name: darkslategray
RGB
12, 43, 6
HSL
110°, 76%, 10%
CMYK
72, 0, 86, 83
Luminance
0.0182
Every format
| HEX | #0c2b06 |
| RGB | rgb(12, 43, 6) |
| HSL | hsl(110, 76%, 10%) |
| CMYK | cmyk(72%, 0%, 86%, 83%) |
| LAB | lab(14.5 -20.2 18.3) |
| LCH | lch(14.5 27.3 137.8) |
| OKLCH | oklch(0.256 0.072 140.5) |
Copy-ready code
/* CSS */
color: #0c2b06;
background-color: #0c2b06;
/* Tailwind (arbitrary) */
class="text-[#0c2b06] bg-[#0c2b06]"
/* SCSS */
$brand: #0c2b06;
/* SwiftUI */
Color(red: 0.047, green: 0.169, blue: 0.024)
/* Android */
Color.parseColor("#0c2b06")Accessibility — WCAG contrast
Aa
#0c2b06 on white: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2b06 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green16.9%
Blue2.4%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow86.0%
Key (black)83.1%
Color previews
#0c2b06 text on a black background
contrast 1.36:1
Card sample
#0c2b06 text on a white background
contrast 15.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2b06;
Background color
Panel with #0c2b06 background
background-color: #0c2b06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2b06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 43, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 43, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2b06; background: linear-gradient(135deg, #0c2b06, #062B19);