#062cc4
a dark, electric blue · warm · closest name: navy
RGB
6, 44, 196
HSL
228°, 94%, 40%
CMYK
97, 78, 0, 23
Luminance
0.0583
Every format
| HEX | #062cc4 |
| RGB | rgb(6, 44, 196) |
| HSL | hsl(228, 94%, 40%) |
| CMYK | cmyk(97%, 78%, 0%, 23%) |
| LAB | lab(29.0 49.4 -79.6) |
| LCH | lch(29.0 93.7 301.8) |
| OKLCH | oklch(0.408 0.232 264.5) |
Copy-ready code
/* CSS */
color: #062cc4;
background-color: #062cc4;
/* Tailwind (arbitrary) */
class="text-[#062cc4] bg-[#062cc4]"
/* SCSS */
$brand: #062cc4;
/* SwiftUI */
Color(red: 0.024, green: 0.173, blue: 0.769)
/* Android */
Color.parseColor("#062cc4")Accessibility — WCAG contrast
Aa
#062cc4 on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062cc4 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.3%
Blue76.9%
CMYK percentages
Cyan96.9%
Magenta77.6%
Yellow0.0%
Key (black)23.1%
Color previews
#062cc4 text on a black background
contrast 2.17:1
Card sample
#062cc4 text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062cc4;
Background color
Panel with #062cc4 background
background-color: #062cc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062cc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 44, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 44, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062cc4; background: linear-gradient(135deg, #062cc4, #5F06C4);