#01010c
a deep, electric blue · warm · closest name: black
RGB
1, 1, 12
HSL
240°, 85%, 3%
CMYK
92, 92, 0, 95
Luminance
0.0005
Every format
| HEX | #01010c |
| RGB | rgb(1, 1, 12) |
| HSL | hsl(240, 85%, 3%) |
| CMYK | cmyk(92%, 92%, 0%, 95%) |
| LAB | lab(0.5 1.6 -4.2) |
| LCH | lch(0.5 4.5 290.2) |
| OKLCH | oklch(0.085 0.038 274.6) |
Copy-ready code
/* CSS */
color: #01010c;
background-color: #01010c;
/* Tailwind (arbitrary) */
class="text-[#01010c] bg-[#01010c]"
/* SCSS */
$brand: #01010c;
/* SwiftUI */
Color(red: 0.004, green: 0.004, blue: 0.047)
/* Android */
Color.parseColor("#01010c")Accessibility — WCAG contrast
Aa
#01010c on white: 20.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01010c on black: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green0.4%
Blue4.7%
CMYK percentages
Cyan91.7%
Magenta91.7%
Yellow0.0%
Key (black)95.3%
Color previews
#01010c text on a black background
contrast 1.01:1
Card sample
#01010c text on a white background
contrast 20.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01010c;
Background color
Panel with #01010c background
background-color: #01010c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01010c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 1, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 1, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01010c; background: linear-gradient(135deg, #01010c, #08010C);