#002984
a dark, electric blue · cool · closest name: midnightblue
RGB
0, 41, 132
HSL
221°, 100%, 26%
CMYK
100, 69, 0, 48
Luminance
0.0325
Every format
| HEX | #002984 |
| RGB | rgb(0, 41, 132) |
| HSL | hsl(221, 100%, 26%) |
| CMYK | cmyk(100%, 69%, 0%, 48%) |
| LAB | lab(21.0 27.2 -53.9) |
| LCH | lch(21.0 60.4 296.8) |
| OKLCH | oklch(0.330 0.158 262.4) |
Copy-ready code
/* CSS */
color: #002984;
background-color: #002984;
/* Tailwind (arbitrary) */
class="text-[#002984] bg-[#002984]"
/* SCSS */
$brand: #002984;
/* SwiftUI */
Color(red: 0.000, green: 0.161, blue: 0.518)
/* Android */
Color.parseColor("#002984")Accessibility — WCAG contrast
Aa
#002984 on white: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002984 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.1%
Blue51.8%
CMYK percentages
Cyan100.0%
Magenta68.9%
Yellow0.0%
Key (black)48.2%
Color previews
#002984 text on a black background
contrast 1.65:1
Card sample
#002984 text on a white background
contrast 12.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002984;
Background color
Panel with #002984 background
background-color: #002984;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002984;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 41, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 41, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002984; background: linear-gradient(135deg, #002984, #2F0084);