#062cd2
a dark, electric blue · warm · closest name: navy
RGB
6, 44, 210
HSL
229°, 94%, 42%
CMYK
97, 79, 0, 18
Luminance
0.0649
Every format
| HEX | #062cd2 |
| RGB | rgb(6, 44, 210) |
| HSL | hsl(229, 94%, 42%) |
| CMYK | cmyk(97%, 79%, 0%, 18%) |
| LAB | lab(30.6 54.0 -85.0) |
| LCH | lch(30.6 100.7 302.4) |
| OKLCH | oklch(0.424 0.248 264.5) |
Copy-ready code
/* CSS */
color: #062cd2;
background-color: #062cd2;
/* Tailwind (arbitrary) */
class="text-[#062cd2] bg-[#062cd2]"
/* SCSS */
$brand: #062cd2;
/* SwiftUI */
Color(red: 0.024, green: 0.173, blue: 0.824)
/* Android */
Color.parseColor("#062cd2")Accessibility — WCAG contrast
Aa
#062cd2 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062cd2 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.3%
Blue82.4%
CMYK percentages
Cyan97.1%
Magenta79.0%
Yellow0.0%
Key (black)17.6%
Color previews
#062cd2 text on a black background
contrast 2.30:1
Card sample
#062cd2 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062cd2;
Background color
Panel with #062cd2 background
background-color: #062cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 44, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 44, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062cd2; background: linear-gradient(135deg, #062cd2, #6806D2);