#002fa7
a dark, electric blue · cool · closest name: navy
RGB
0, 47, 167
HSL
223°, 100%, 33%
CMYK
100, 72, 0, 35
Luminance
0.0482
Every format
| HEX | #002fa7 |
| RGB | rgb(0, 47, 167) |
| HSL | hsl(223, 100%, 33%) |
| CMYK | cmyk(100%, 72%, 0%, 35%) |
| LAB | lab(26.2 37.0 -66.8) |
| LCH | lch(26.2 76.4 299.0) |
| OKLCH | oklch(0.379 0.195 263.2) |
Copy-ready code
/* CSS */
color: #002fa7;
background-color: #002fa7;
/* Tailwind (arbitrary) */
class="text-[#002fa7] bg-[#002fa7]"
/* SCSS */
$brand: #002fa7;
/* SwiftUI */
Color(red: 0.000, green: 0.184, blue: 0.655)
/* Android */
Color.parseColor("#002fa7")Accessibility — WCAG contrast
Aa
#002fa7 on white: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002fa7 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green18.4%
Blue65.5%
CMYK percentages
Cyan100.0%
Magenta71.9%
Yellow0.0%
Key (black)34.5%
Color previews
#002fa7 text on a black background
contrast 1.96:1
Card sample
#002fa7 text on a white background
contrast 10.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002fa7;
Background color
Panel with #002fa7 background
background-color: #002fa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002fa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 47, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 47, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002fa7; background: linear-gradient(135deg, #002fa7, #4000A7);