#062cd7
a dark, electric blue · warm · closest name: navy
RGB
6, 44, 215
HSL
229°, 95%, 43%
CMYK
97, 80, 0, 16
Luminance
0.0675
Every format
| HEX | #062cd7 |
| RGB | rgb(6, 44, 215) |
| HSL | hsl(229, 95%, 43%) |
| CMYK | cmyk(97%, 80%, 0%, 16%) |
| LAB | lab(31.2 55.6 -86.9) |
| LCH | lch(31.2 103.2 302.6) |
| OKLCH | oklch(0.430 0.253 264.6) |
Copy-ready code
/* CSS */
color: #062cd7;
background-color: #062cd7;
/* Tailwind (arbitrary) */
class="text-[#062cd7] bg-[#062cd7]"
/* SCSS */
$brand: #062cd7;
/* SwiftUI */
Color(red: 0.024, green: 0.173, blue: 0.843)
/* Android */
Color.parseColor("#062cd7")Accessibility — WCAG contrast
Aa
#062cd7 on white: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062cd7 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.3%
Blue84.3%
CMYK percentages
Cyan97.2%
Magenta79.5%
Yellow0.0%
Key (black)15.7%
Color previews
#062cd7 text on a black background
contrast 2.35:1
Card sample
#062cd7 text on a white background
contrast 8.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062cd7;
Background color
Panel with #062cd7 background
background-color: #062cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 44, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 44, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062cd7; background: linear-gradient(135deg, #062cd7, #6B06D7);