#002aba
a dark, electric blue · warm · closest name: navy
RGB
0, 42, 186
HSL
227°, 100%, 37%
CMYK
100, 77, 0, 27
Luminance
0.0520
Every format
| HEX | #002aba |
| RGB | rgb(0, 42, 186) |
| HSL | hsl(227, 100%, 37%) |
| CMYK | cmyk(100%, 77%, 0%, 27%) |
| LAB | lab(27.3 46.9 -76.4) |
| LCH | lch(27.3 89.7 301.6) |
| OKLCH | oklch(0.393 0.223 263.9) |
Copy-ready code
/* CSS */
color: #002aba;
background-color: #002aba;
/* Tailwind (arbitrary) */
class="text-[#002aba] bg-[#002aba]"
/* SCSS */
$brand: #002aba;
/* SwiftUI */
Color(red: 0.000, green: 0.165, blue: 0.729)
/* Android */
Color.parseColor("#002aba")Accessibility — WCAG contrast
Aa
#002aba on white: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002aba on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.5%
Blue72.9%
CMYK percentages
Cyan100.0%
Magenta77.4%
Yellow0.0%
Key (black)27.1%
Color previews
#002aba text on a black background
contrast 2.04:1
Card sample
#002aba text on a white background
contrast 10.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002aba;
Background color
Panel with #002aba background
background-color: #002aba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002aba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 42, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 42, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002aba; background: linear-gradient(135deg, #002aba, #5200BA);