#002ad4
a dark, electric blue · warm · closest name: navy
RGB
0, 42, 212
HSL
228°, 100%, 42%
CMYK
100, 80, 0, 17
Luminance
0.0641
Every format
| HEX | #002ad4 |
| RGB | rgb(0, 42, 212) |
| HSL | hsl(228, 100%, 42%) |
| CMYK | cmyk(100%, 80%, 0%, 17%) |
| LAB | lab(30.4 55.6 -86.5) |
| LCH | lch(30.4 102.8 302.7) |
| OKLCH | oklch(0.423 0.252 264.1) |
Copy-ready code
/* CSS */
color: #002ad4;
background-color: #002ad4;
/* Tailwind (arbitrary) */
class="text-[#002ad4] bg-[#002ad4]"
/* SCSS */
$brand: #002ad4;
/* SwiftUI */
Color(red: 0.000, green: 0.165, blue: 0.831)
/* Android */
Color.parseColor("#002ad4")Accessibility — WCAG contrast
Aa
#002ad4 on white: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002ad4 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.5%
Blue83.1%
CMYK percentages
Cyan100.0%
Magenta80.2%
Yellow0.0%
Key (black)16.9%
Color previews
#002ad4 text on a black background
contrast 2.28:1
Card sample
#002ad4 text on a white background
contrast 9.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002ad4;
Background color
Panel with #002ad4 background
background-color: #002ad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002ad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 42, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 42, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002ad4; background: linear-gradient(135deg, #002ad4, #6300D4);