#020eaf
a dark, electric blue · warm · closest name: navy
RGB
2, 14, 175
HSL
236°, 98%, 35%
CMYK
99, 92, 0, 31
Luminance
0.0342
Every format
| HEX | #020eaf |
| RGB | rgb(2, 14, 175) |
| HSL | hsl(236, 98%, 35%) |
| CMYK | cmyk(99%, 92%, 0%, 31%) |
| LAB | lab(21.7 56.0 -79.3) |
| LCH | lch(21.7 97.1 305.3) |
| OKLCH | oklch(0.349 0.230 264.5) |
Copy-ready code
/* CSS */
color: #020eaf;
background-color: #020eaf;
/* Tailwind (arbitrary) */
class="text-[#020eaf] bg-[#020eaf]"
/* SCSS */
$brand: #020eaf;
/* SwiftUI */
Color(red: 0.008, green: 0.055, blue: 0.686)
/* Android */
Color.parseColor("#020eaf")Accessibility — WCAG contrast
Aa
#020eaf on white: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020eaf on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green5.5%
Blue68.6%
CMYK percentages
Cyan98.9%
Magenta92.0%
Yellow0.0%
Key (black)31.4%
Color previews
#020eaf text on a black background
contrast 1.68:1
Card sample
#020eaf text on a white background
contrast 12.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020eaf;
Background color
Panel with #020eaf background
background-color: #020eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 14, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 14, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020eaf; background: linear-gradient(135deg, #020eaf, #6902AF);