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