#01110c
a deep, electric cyan · cool · closest name: black
RGB
1, 17, 12
HSL
161°, 89%, 4%
CMYK
94, 0, 29, 93
Luminance
0.0043
Every format
| HEX | #01110c |
| RGB | rgb(1, 17, 12) |
| HSL | hsl(161, 89%, 4%) |
| CMYK | cmyk(94%, 0%, 29%, 93%) |
| LAB | lab(3.9 -5.5 0.8) |
| LCH | lch(3.9 5.5 171.6) |
| OKLCH | oklch(0.160 0.028 173.1) |
Copy-ready code
/* CSS */
color: #01110c;
background-color: #01110c;
/* Tailwind (arbitrary) */
class="text-[#01110c] bg-[#01110c]"
/* SCSS */
$brand: #01110c;
/* SwiftUI */
Color(red: 0.004, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#01110c")Accessibility — WCAG contrast
Aa
#01110c on white: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01110c on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green6.7%
Blue4.7%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow29.4%
Key (black)93.3%
Color previews
#01110c text on a black background
contrast 1.09:1
Card sample
#01110c text on a white background
contrast 19.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01110c;
Background color
Panel with #01110c background
background-color: #01110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01110c; background: linear-gradient(135deg, #01110c, #010B11);