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