#0c1012
a deep, soft blue · cool · closest name: black
RGB
12, 16, 18
HSL
200°, 20%, 6%
CMYK
33, 11, 0, 93
Luminance
0.0049
Every format
| HEX | #0c1012 |
| RGB | rgb(12, 16, 18) |
| HSL | hsl(200, 20%, 6%) |
| CMYK | cmyk(33%, 11%, 0%, 93%) |
| LAB | lab(4.5 -0.9 -1.5) |
| LCH | lch(4.5 1.8 239.7) |
| OKLCH | oklch(0.170 0.008 229.4) |
Copy-ready code
/* CSS */
color: #0c1012;
background-color: #0c1012;
/* Tailwind (arbitrary) */
class="text-[#0c1012] bg-[#0c1012]"
/* SCSS */
$brand: #0c1012;
/* SwiftUI */
Color(red: 0.047, green: 0.063, blue: 0.071)
/* Android */
Color.parseColor("#0c1012")Accessibility — WCAG contrast
Aa
#0c1012 on white: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1012 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green6.3%
Blue7.1%
CMYK percentages
Cyan33.3%
Magenta11.1%
Yellow0.0%
Key (black)92.9%
Color previews
#0c1012 text on a black background
contrast 1.10:1
Card sample
#0c1012 text on a white background
contrast 19.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1012;
Background color
Panel with #0c1012 background
background-color: #0c1012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 16, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 16, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1012; background: linear-gradient(135deg, #0c1012, #0C0C12);