#01002c
a deep, electric blue · warm · closest name: black
RGB
1, 0, 44
HSL
241°, 100%, 9%
CMYK
98, 100, 0, 83
Luminance
0.0019
Every format
| HEX | #01002c |
| RGB | rgb(1, 0, 44) |
| HSL | hsl(241, 100%, 9%) |
| CMYK | cmyk(98%, 100%, 0%, 83%) |
| LAB | lab(1.7 11.8 -25.5) |
| LCH | lch(1.7 28.1 294.8) |
| OKLCH | oklch(0.134 0.091 266.6) |
Copy-ready code
/* CSS */
color: #01002c;
background-color: #01002c;
/* Tailwind (arbitrary) */
class="text-[#01002c] bg-[#01002c]"
/* SCSS */
$brand: #01002c;
/* SwiftUI */
Color(red: 0.004, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#01002c")Accessibility — WCAG contrast
Aa
#01002c on white: 20.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01002c on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green0.0%
Blue17.3%
CMYK percentages
Cyan97.7%
Magenta100.0%
Yellow0.0%
Key (black)82.7%
Color previews
#01002c text on a black background
contrast 1.04:1
Card sample
#01002c text on a white background
contrast 20.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01002c;
Background color
Panel with #01002c background
background-color: #01002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01002c; background: linear-gradient(135deg, #01002c, #1E002C);