#062abf
a dark, electric blue · warm · closest name: navy
RGB
6, 42, 191
HSL
228°, 94%, 39%
CMYK
97, 78, 0, 25
Luminance
0.0546
Every format
| HEX | #062abf |
| RGB | rgb(6, 42, 191) |
| HSL | hsl(228, 94%, 39%) |
| CMYK | cmyk(97%, 78%, 0%, 25%) |
| LAB | lab(28.0 48.8 -78.2) |
| LCH | lch(28.0 92.2 301.9) |
| OKLCH | oklch(0.399 0.228 264.6) |
Copy-ready code
/* CSS */
color: #062abf;
background-color: #062abf;
/* Tailwind (arbitrary) */
class="text-[#062abf] bg-[#062abf]"
/* SCSS */
$brand: #062abf;
/* SwiftUI */
Color(red: 0.024, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#062abf")Accessibility — WCAG contrast
Aa
#062abf on white: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062abf on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green16.5%
Blue74.9%
CMYK percentages
Cyan96.9%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#062abf text on a black background
contrast 2.09:1
Card sample
#062abf text on a white background
contrast 10.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062abf;
Background color
Panel with #062abf background
background-color: #062abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062abf; background: linear-gradient(135deg, #062abf, #5D06BF);