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