#062ac6
a dark, electric blue · warm · closest name: navy
RGB
6, 42, 198
HSL
229°, 94%, 40%
CMYK
97, 79, 0, 22
Luminance
0.0577
Every format
| HEX | #062ac6 |
| RGB | rgb(6, 42, 198) |
| HSL | hsl(229, 94%, 40%) |
| CMYK | cmyk(97%, 79%, 0%, 22%) |
| LAB | lab(28.8 51.1 -81.0) |
| LCH | lch(28.8 95.8 302.3) |
| OKLCH | oklch(0.408 0.236 264.6) |
Copy-ready code
/* CSS */
color: #062ac6;
background-color: #062ac6;
/* Tailwind (arbitrary) */
class="text-[#062ac6] bg-[#062ac6]"
/* SCSS */
$brand: #062ac6;
/* SwiftUI */
Color(red: 0.024, green: 0.165, blue: 0.776)
/* Android */
Color.parseColor("#062ac6")Accessibility — WCAG contrast
Aa
#062ac6 on white: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062ac6 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green16.5%
Blue77.6%
CMYK percentages
Cyan97.0%
Magenta78.8%
Yellow0.0%
Key (black)22.4%
Color previews
#062ac6 text on a black background
contrast 2.15:1
Card sample
#062ac6 text on a white background
contrast 9.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062ac6;
Background color
Panel with #062ac6 background
background-color: #062ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 42, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 42, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062ac6; background: linear-gradient(135deg, #062ac6, #6206C6);