#002e8a
a dark, electric blue · cool · closest name: midnightblue
RGB
0, 46, 138
HSL
220°, 100%, 27%
CMYK
100, 67, 0, 46
Luminance
0.0379
Every format
| HEX | #002e8a |
| RGB | rgb(0, 46, 138) |
| HSL | hsl(220, 100%, 27%) |
| CMYK | cmyk(100%, 67%, 0%, 46%) |
| LAB | lab(23.0 26.2 -54.4) |
| LCH | lch(23.0 60.4 295.7) |
| OKLCH | oklch(0.346 0.160 262.0) |
Copy-ready code
/* CSS */
color: #002e8a;
background-color: #002e8a;
/* Tailwind (arbitrary) */
class="text-[#002e8a] bg-[#002e8a]"
/* SCSS */
$brand: #002e8a;
/* SwiftUI */
Color(red: 0.000, green: 0.180, blue: 0.541)
/* Android */
Color.parseColor("#002e8a")Accessibility — WCAG contrast
Aa
#002e8a on white: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002e8a on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green18.0%
Blue54.1%
CMYK percentages
Cyan100.0%
Magenta66.7%
Yellow0.0%
Key (black)45.9%
Color previews
#002e8a text on a black background
contrast 1.76:1
Card sample
#002e8a text on a white background
contrast 11.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002e8a;
Background color
Panel with #002e8a background
background-color: #002e8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002e8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 46, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 46, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002e8a; background: linear-gradient(135deg, #002e8a, #2E008A);