#02004f
a deep, electric blue · warm · closest name: midnightblue
RGB
2, 0, 79
HSL
242°, 100%, 16%
CMYK
98, 100, 0, 69
Luminance
0.0058
Every format
| HEX | #02004f |
| RGB | rgb(2, 0, 79) |
| HSL | hsl(242, 100%, 16%) |
| CMYK | cmyk(98%, 100%, 0%, 69%) |
| LAB | lab(5.2 32.2 -45.2) |
| LCH | lch(5.2 55.4 305.5) |
| OKLCH | oklch(0.195 0.133 265.7) |
Copy-ready code
/* CSS */
color: #02004f;
background-color: #02004f;
/* Tailwind (arbitrary) */
class="text-[#02004f] bg-[#02004f]"
/* SCSS */
$brand: #02004f;
/* SwiftUI */
Color(red: 0.008, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#02004f")Accessibility — WCAG contrast
Aa
#02004f on white: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02004f on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.0%
Blue31.0%
CMYK percentages
Cyan97.5%
Magenta100.0%
Yellow0.0%
Key (black)69.0%
Color previews
#02004f text on a black background
contrast 1.12:1
Card sample
#02004f text on a white background
contrast 18.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02004f;
Background color
Panel with #02004f background
background-color: #02004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02004f; background: linear-gradient(135deg, #02004f, #37004F);