#00002a
a deep, electric blue · warm · closest name: black
RGB
0, 0, 42
HSL
240°, 100%, 8%
CMYK
100, 100, 0, 84
Luminance
0.0017
Every format
| HEX | #00002a |
| RGB | rgb(0, 0, 42) |
| HSL | hsl(240, 100%, 8%) |
| CMYK | cmyk(100%, 100%, 0%, 84%) |
| LAB | lab(1.5 10.6 -24.3) |
| LCH | lch(1.5 26.5 293.6) |
| OKLCH | oklch(0.129 0.089 264.1) |
Copy-ready code
/* CSS */
color: #00002a;
background-color: #00002a;
/* Tailwind (arbitrary) */
class="text-[#00002a] bg-[#00002a]"
/* SCSS */
$brand: #00002a;
/* SwiftUI */
Color(red: 0.000, green: 0.000, blue: 0.165)
/* Android */
Color.parseColor("#00002a")Accessibility — WCAG contrast
Aa
#00002a on white: 20.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00002a on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green0.0%
Blue16.5%
CMYK percentages
Cyan100.0%
Magenta100.0%
Yellow0.0%
Key (black)83.5%
Color previews
#00002a text on a black background
contrast 1.03:1
Card sample
#00002a text on a white background
contrast 20.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00002a;
Background color
Panel with #00002a background
background-color: #00002a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00002a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 0, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 0, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00002a; background: linear-gradient(135deg, #00002a, #1C002A);