#00110e
a deep, electric cyan · cool · closest name: black
RGB
0, 17, 14
HSL
169°, 100%, 3%
CMYK
100, 0, 18, 93
Luminance
0.0043
Every format
| HEX | #00110e |
| RGB | rgb(0, 17, 14) |
| HSL | hsl(169, 100%, 3%) |
| CMYK | cmyk(100%, 0%, 18%, 93%) |
| LAB | lab(3.9 -5.4 -0.2) |
| LCH | lch(3.9 5.4 182.0) |
| OKLCH | oklch(0.159 0.029 182.0) |
Copy-ready code
/* CSS */
color: #00110e;
background-color: #00110e;
/* Tailwind (arbitrary) */
class="text-[#00110e] bg-[#00110e]"
/* SCSS */
$brand: #00110e;
/* SwiftUI */
Color(red: 0.000, green: 0.067, blue: 0.055)
/* Android */
Color.parseColor("#00110e")Accessibility — WCAG contrast
Aa
#00110e on white: 19.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00110e on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.7%
Blue5.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow17.6%
Key (black)93.3%
Color previews
#00110e text on a black background
contrast 1.09:1
Card sample
#00110e text on a white background
contrast 19.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00110e;
Background color
Panel with #00110e background
background-color: #00110e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00110e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 17, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 17, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00110e; background: linear-gradient(135deg, #00110e, #000911);