#000f16
a deep, electric cyan · cool · closest name: black
RGB
0, 15, 22
HSL
199°, 100%, 4%
CMYK
100, 32, 0, 91
Luminance
0.0040
Every format
| HEX | #000f16 |
| RGB | rgb(0, 15, 22) |
| HSL | hsl(199, 100%, 4%) |
| CMYK | cmyk(100%, 32%, 0%, 91%) |
| LAB | lab(3.6 -2.6 -5.5) |
| LCH | lch(3.6 6.1 244.4) |
| OKLCH | oklch(0.157 0.030 225.0) |
Copy-ready code
/* CSS */
color: #000f16;
background-color: #000f16;
/* Tailwind (arbitrary) */
class="text-[#000f16] bg-[#000f16]"
/* SCSS */
$brand: #000f16;
/* SwiftUI */
Color(red: 0.000, green: 0.059, blue: 0.086)
/* Android */
Color.parseColor("#000f16")Accessibility — WCAG contrast
Aa
#000f16 on white: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000f16 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green5.9%
Blue8.6%
CMYK percentages
Cyan100.0%
Magenta31.8%
Yellow0.0%
Key (black)91.4%
Color previews
#000f16 text on a black background
contrast 1.08:1
Card sample
#000f16 text on a white background
contrast 19.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000f16;
Background color
Panel with #000f16 background
background-color: #000f16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000f16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 15, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 15, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000f16; background: linear-gradient(135deg, #000f16, #000016);