#0c1602
a deep, electric green · cool · closest name: black
RGB
12, 22, 2
HSL
90°, 83%, 5%
CMYK
46, 0, 91, 91
Luminance
0.0066
Every format
| HEX | #0c1602 |
| RGB | rgb(12, 22, 2) |
| HSL | hsl(90, 83%, 5%) |
| CMYK | cmyk(46%, 0%, 91%, 91%) |
| LAB | lab(5.9 -7.1 7.9) |
| LCH | lch(5.9 10.7 132.0) |
| OKLCH | oklch(0.184 0.043 129.8) |
Copy-ready code
/* CSS */
color: #0c1602;
background-color: #0c1602;
/* Tailwind (arbitrary) */
class="text-[#0c1602] bg-[#0c1602]"
/* SCSS */
$brand: #0c1602;
/* SwiftUI */
Color(red: 0.047, green: 0.086, blue: 0.008)
/* Android */
Color.parseColor("#0c1602")Accessibility — WCAG contrast
Aa
#0c1602 on white: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1602 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green8.6%
Blue0.8%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow90.9%
Key (black)91.4%
Color previews
#0c1602 text on a black background
contrast 1.13:1
Card sample
#0c1602 text on a white background
contrast 18.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1602;
Background color
Panel with #0c1602 background
background-color: #0c1602;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1602;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 22, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 22, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1602; background: linear-gradient(135deg, #0c1602, #021605);