#062cd4
a dark, electric blue · warm · closest name: navy
RGB
6, 44, 212
HSL
229°, 95%, 43%
CMYK
97, 79, 0, 17
Luminance
0.0659
Every format
| HEX | #062cd4 |
| RGB | rgb(6, 44, 212) |
| HSL | hsl(229, 95%, 43%) |
| CMYK | cmyk(97%, 79%, 0%, 17%) |
| LAB | lab(30.9 54.7 -85.8) |
| LCH | lch(30.9 101.7 302.5) |
| OKLCH | oklch(0.427 0.250 264.6) |
Copy-ready code
/* CSS */
color: #062cd4;
background-color: #062cd4;
/* Tailwind (arbitrary) */
class="text-[#062cd4] bg-[#062cd4]"
/* SCSS */
$brand: #062cd4;
/* SwiftUI */
Color(red: 0.024, green: 0.173, blue: 0.831)
/* Android */
Color.parseColor("#062cd4")Accessibility — WCAG contrast
Aa
#062cd4 on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062cd4 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.3%
Blue83.1%
CMYK percentages
Cyan97.2%
Magenta79.2%
Yellow0.0%
Key (black)16.9%
Color previews
#062cd4 text on a black background
contrast 2.32:1
Card sample
#062cd4 text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062cd4;
Background color
Panel with #062cd4 background
background-color: #062cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 44, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 44, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062cd4; background: linear-gradient(135deg, #062cd4, #6906D4);