#000e14
a deep, electric cyan · cool · closest name: black
RGB
0, 14, 20
HSL
198°, 100%, 4%
CMYK
100, 30, 0, 92
Luminance
0.0036
Every format
| HEX | #000e14 |
| RGB | rgb(0, 14, 20) |
| HSL | hsl(198, 100%, 4%) |
| CMYK | cmyk(100%, 30%, 0%, 92%) |
| LAB | lab(3.3 -2.6 -4.6) |
| LCH | lch(3.3 5.3 240.5) |
| OKLCH | oklch(0.152 0.028 222.2) |
Copy-ready code
/* CSS */
color: #000e14;
background-color: #000e14;
/* Tailwind (arbitrary) */
class="text-[#000e14] bg-[#000e14]"
/* SCSS */
$brand: #000e14;
/* SwiftUI */
Color(red: 0.000, green: 0.055, blue: 0.078)
/* Android */
Color.parseColor("#000e14")Accessibility — WCAG contrast
Aa
#000e14 on white: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000e14 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green5.5%
Blue7.8%
CMYK percentages
Cyan100.0%
Magenta30.0%
Yellow0.0%
Key (black)92.2%
Color previews
#000e14 text on a black background
contrast 1.07:1
Card sample
#000e14 text on a white background
contrast 19.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000e14;
Background color
Panel with #000e14 background
background-color: #000e14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000e14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 14, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 14, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000e14; background: linear-gradient(135deg, #000e14, #000114);