#02016f
a deep, electric blue · warm · closest name: navy
RGB
2, 1, 111
HSL
241°, 98%, 22%
CMYK
98, 99, 0, 57
Luminance
0.0118
Every format
| HEX | #02016f |
| RGB | rgb(2, 1, 111) |
| HSL | hsl(241, 98%, 22%) |
| CMYK | cmyk(98%, 99%, 0%, 57%) |
| LAB | lab(10.4 42.4 -58.0) |
| LCH | lch(10.4 71.8 306.2) |
| OKLCH | oklch(0.247 0.168 264.9) |
Copy-ready code
/* CSS */
color: #02016f;
background-color: #02016f;
/* Tailwind (arbitrary) */
class="text-[#02016f] bg-[#02016f]"
/* SCSS */
$brand: #02016f;
/* SwiftUI */
Color(red: 0.008, green: 0.004, blue: 0.435)
/* Android */
Color.parseColor("#02016f")Accessibility — WCAG contrast
Aa
#02016f on white: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02016f on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green0.4%
Blue43.5%
CMYK percentages
Cyan98.2%
Magenta99.1%
Yellow0.0%
Key (black)56.5%
Color previews
#02016f text on a black background
contrast 1.24:1
Card sample
#02016f text on a white background
contrast 16.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02016f;
Background color
Panel with #02016f background
background-color: #02016f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02016f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 1, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 1, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02016f; background: linear-gradient(135deg, #02016f, #4B016F);