#062ccb
a dark, electric blue · warm · closest name: navy
RGB
6, 44, 203
HSL
228°, 94%, 41%
CMYK
97, 78, 0, 20
Luminance
0.0615
Every format
| HEX | #062ccb |
| RGB | rgb(6, 44, 203) |
| HSL | hsl(228, 94%, 41%) |
| CMYK | cmyk(97%, 78%, 0%, 20%) |
| LAB | lab(29.8 51.7 -82.3) |
| LCH | lch(29.8 97.2 302.2) |
| OKLCH | oklch(0.416 0.240 264.5) |
Copy-ready code
/* CSS */
color: #062ccb;
background-color: #062ccb;
/* Tailwind (arbitrary) */
class="text-[#062ccb] bg-[#062ccb]"
/* SCSS */
$brand: #062ccb;
/* SwiftUI */
Color(red: 0.024, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#062ccb")Accessibility — WCAG contrast
Aa
#062ccb on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062ccb on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.3%
Blue79.6%
CMYK percentages
Cyan97.0%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#062ccb text on a black background
contrast 2.23:1
Card sample
#062ccb text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062ccb;
Background color
Panel with #062ccb background
background-color: #062ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062ccb; background: linear-gradient(135deg, #062ccb, #6306CB);