#000e22
a deep, electric blue · cool · closest name: black
RGB
0, 14, 34
HSL
215°, 100%, 7%
CMYK
100, 59, 0, 87
Luminance
0.0043
Every format
| HEX | #000e22 |
| RGB | rgb(0, 14, 34) |
| HSL | hsl(215, 100%, 7%) |
| CMYK | cmyk(100%, 59%, 0%, 87%) |
| LAB | lab(3.9 1.5 -14.4) |
| LCH | lch(3.9 14.5 276.1) |
| OKLCH | oklch(0.163 0.049 252.1) |
Copy-ready code
/* CSS */
color: #000e22;
background-color: #000e22;
/* Tailwind (arbitrary) */
class="text-[#000e22] bg-[#000e22]"
/* SCSS */
$brand: #000e22;
/* SwiftUI */
Color(red: 0.000, green: 0.055, blue: 0.133)
/* Android */
Color.parseColor("#000e22")Accessibility — WCAG contrast
Aa
#000e22 on white: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000e22 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green5.5%
Blue13.3%
CMYK percentages
Cyan100.0%
Magenta58.8%
Yellow0.0%
Key (black)86.7%
Color previews
#000e22 text on a black background
contrast 1.09:1
Card sample
#000e22 text on a white background
contrast 19.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000e22;
Background color
Panel with #000e22 background
background-color: #000e22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000e22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 14, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 14, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000e22; background: linear-gradient(135deg, #000e22, #090022);