#062ab9
a dark, electric blue · warm · closest name: navy
RGB
6, 42, 185
HSL
228°, 94%, 38%
CMYK
97, 77, 0, 28
Luminance
0.0520
Every format
| HEX | #062ab9 |
| RGB | rgb(6, 42, 185) |
| HSL | hsl(228, 94%, 38%) |
| CMYK | cmyk(97%, 77%, 0%, 28%) |
| LAB | lab(27.3 46.7 -75.8) |
| LCH | lch(27.3 89.1 301.6) |
| OKLCH | oklch(0.392 0.221 264.5) |
Copy-ready code
/* CSS */
color: #062ab9;
background-color: #062ab9;
/* Tailwind (arbitrary) */
class="text-[#062ab9] bg-[#062ab9]"
/* SCSS */
$brand: #062ab9;
/* SwiftUI */
Color(red: 0.024, green: 0.165, blue: 0.725)
/* Android */
Color.parseColor("#062ab9")Accessibility — WCAG contrast
Aa
#062ab9 on white: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062ab9 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green16.5%
Blue72.5%
CMYK percentages
Cyan96.8%
Magenta77.3%
Yellow0.0%
Key (black)27.5%
Color previews
#062ab9 text on a black background
contrast 2.04:1
Card sample
#062ab9 text on a white background
contrast 10.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062ab9;
Background color
Panel with #062ab9 background
background-color: #062ab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062ab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 42, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 42, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062ab9; background: linear-gradient(135deg, #062ab9, #5906B9);