#0c110c
a deep, soft green · cool · closest name: black
RGB
12, 17, 12
HSL
120°, 17%, 6%
CMYK
29, 0, 29, 93
Luminance
0.0051
Every format
| HEX | #0c110c |
| RGB | rgb(12, 17, 12) |
| HSL | hsl(120, 17%, 6%) |
| CMYK | cmyk(29%, 0%, 29%, 93%) |
| LAB | lab(4.6 -2.5 1.8) |
| LCH | lch(4.6 3.1 144.5) |
| OKLCH | oklch(0.170 0.013 145.0) |
Copy-ready code
/* CSS */
color: #0c110c;
background-color: #0c110c;
/* Tailwind (arbitrary) */
class="text-[#0c110c] bg-[#0c110c]"
/* SCSS */
$brand: #0c110c;
/* SwiftUI */
Color(red: 0.047, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#0c110c")Accessibility — WCAG contrast
Aa
#0c110c on white: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c110c on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green6.7%
Blue4.7%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow29.4%
Key (black)93.3%
Color previews
#0c110c text on a black background
contrast 1.10:1
Card sample
#0c110c text on a white background
contrast 19.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c110c;
Background color
Panel with #0c110c background
background-color: #0c110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c110c; background: linear-gradient(135deg, #0c110c, #0C110F);