#00001a
a deep, electric blue · warm · closest name: black
RGB
0, 0, 26
HSL
240°, 100%, 5%
CMYK
100, 100, 0, 90
Luminance
0.0007
Every format
| HEX | #00001a |
| RGB | rgb(0, 0, 26) |
| HSL | hsl(240, 100%, 5%) |
| CMYK | cmyk(100%, 100%, 0%, 90%) |
| LAB | lab(0.7 4.7 -12.9) |
| LCH | lch(0.7 13.7 290.2) |
| OKLCH | oklch(0.098 0.068 264.1) |
Copy-ready code
/* CSS */
color: #00001a;
background-color: #00001a;
/* Tailwind (arbitrary) */
class="text-[#00001a] bg-[#00001a]"
/* SCSS */
$brand: #00001a;
/* SwiftUI */
Color(red: 0.000, green: 0.000, blue: 0.102)
/* Android */
Color.parseColor("#00001a")Accessibility — WCAG contrast
Aa
#00001a on white: 20.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00001a on black: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green0.0%
Blue10.2%
CMYK percentages
Cyan100.0%
Magenta100.0%
Yellow0.0%
Key (black)89.8%
Color previews
#00001a text on a black background
contrast 1.01:1
Card sample
#00001a text on a white background
contrast 20.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00001a;
Background color
Panel with #00001a background
background-color: #00001a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00001a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 0, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 0, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00001a; background: linear-gradient(135deg, #00001a, #11001A);