#0c1512
a deep, soft cyan · cool · closest name: black
RGB
12, 21, 18
HSL
160°, 27%, 7%
CMYK
43, 0, 14, 92
Luminance
0.0066
Every format
| HEX | #0c1512 |
| RGB | rgb(12, 21, 18) |
| HSL | hsl(160, 27%, 7%) |
| CMYK | cmyk(43%, 0%, 14%, 92%) |
| LAB | lab(5.9 -4.0 0.7) |
| LCH | lch(5.9 4.0 170.7) |
| OKLCH | oklch(0.185 0.015 172.0) |
Copy-ready code
/* CSS */
color: #0c1512;
background-color: #0c1512;
/* Tailwind (arbitrary) */
class="text-[#0c1512] bg-[#0c1512]"
/* SCSS */
$brand: #0c1512;
/* SwiftUI */
Color(red: 0.047, green: 0.082, blue: 0.071)
/* Android */
Color.parseColor("#0c1512")Accessibility — WCAG contrast
Aa
#0c1512 on white: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1512 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green8.2%
Blue7.1%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow14.3%
Key (black)91.8%
Color previews
#0c1512 text on a black background
contrast 1.13:1
Card sample
#0c1512 text on a white background
contrast 18.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1512;
Background color
Panel with #0c1512 background
background-color: #0c1512;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1512;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 21, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 21, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1512; background: linear-gradient(135deg, #0c1512, #0C1215);