#0c1400
a deep, electric green · cool · closest name: black
RGB
12, 20, 0
HSL
84°, 100%, 4%
CMYK
40, 0, 100, 92
Luminance
0.0058
Every format
| HEX | #0c1400 |
| RGB | rgb(12, 20, 0) |
| HSL | hsl(84, 100%, 4%) |
| CMYK | cmyk(40%, 0%, 100%, 92%) |
| LAB | lab(5.2 -6.1 7.7) |
| LCH | lch(5.2 9.8 128.2) |
| OKLCH | oklch(0.176 0.045 125.7) |
Copy-ready code
/* CSS */
color: #0c1400;
background-color: #0c1400;
/* Tailwind (arbitrary) */
class="text-[#0c1400] bg-[#0c1400]"
/* SCSS */
$brand: #0c1400;
/* SwiftUI */
Color(red: 0.047, green: 0.078, blue: 0.000)
/* Android */
Color.parseColor("#0c1400")Accessibility — WCAG contrast
Aa
#0c1400 on white: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1400 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green7.8%
Blue0.0%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow100.0%
Key (black)92.2%
Color previews
#0c1400 text on a black background
contrast 1.12:1
Card sample
#0c1400 text on a white background
contrast 18.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1400;
Background color
Panel with #0c1400 background
background-color: #0c1400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 20, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 20, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1400; background: linear-gradient(135deg, #0c1400, #001401);