#062ccf
a dark, electric blue · warm · closest name: navy
RGB
6, 44, 207
HSL
229°, 94%, 42%
CMYK
97, 79, 0, 19
Luminance
0.0635
Every format
| HEX | #062ccf |
| RGB | rgb(6, 44, 207) |
| HSL | hsl(229, 94%, 42%) |
| CMYK | cmyk(97%, 79%, 0%, 19%) |
| LAB | lab(30.3 53.0 -83.8) |
| LCH | lch(30.3 99.2 302.3) |
| OKLCH | oklch(0.421 0.244 264.5) |
Copy-ready code
/* CSS */
color: #062ccf;
background-color: #062ccf;
/* Tailwind (arbitrary) */
class="text-[#062ccf] bg-[#062ccf]"
/* SCSS */
$brand: #062ccf;
/* SwiftUI */
Color(red: 0.024, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#062ccf")Accessibility — WCAG contrast
Aa
#062ccf on white: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062ccf on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.3%
Blue81.2%
CMYK percentages
Cyan97.1%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#062ccf text on a black background
contrast 2.27:1
Card sample
#062ccf text on a white background
contrast 9.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062ccf;
Background color
Panel with #062ccf background
background-color: #062ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062ccf; background: linear-gradient(135deg, #062ccf, #6606CF);