#000f0b
a deep, electric cyan · cool · closest name: black
RGB
0, 15, 11
HSL
164°, 100%, 3%
CMYK
100, 0, 27, 94
Luminance
0.0037
Every format
| HEX | #000f0b |
| RGB | rgb(0, 15, 11) |
| HSL | hsl(164, 100%, 3%) |
| CMYK | cmyk(100%, 0%, 27%, 94%) |
| LAB | lab(3.3 -4.8 0.3) |
| LCH | lch(3.3 4.8 176.0) |
| OKLCH | oklch(0.151 0.028 177.0) |
Copy-ready code
/* CSS */
color: #000f0b;
background-color: #000f0b;
/* Tailwind (arbitrary) */
class="text-[#000f0b] bg-[#000f0b]"
/* SCSS */
$brand: #000f0b;
/* SwiftUI */
Color(red: 0.000, green: 0.059, blue: 0.043)
/* Android */
Color.parseColor("#000f0b")Accessibility — WCAG contrast
Aa
#000f0b on white: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000f0b on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green5.9%
Blue4.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow26.7%
Key (black)94.1%
Color previews
#000f0b text on a black background
contrast 1.07:1
Card sample
#000f0b text on a white background
contrast 19.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000f0b;
Background color
Panel with #000f0b background
background-color: #000f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 15, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 15, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000f0b; background: linear-gradient(135deg, #000f0b, #00090F);