#062bdf
a dark, electric blue · warm · closest name: blue
RGB
6, 43, 223
HSL
230°, 95%, 45%
CMYK
97, 81, 0, 13
Luminance
0.0709
Every format
| HEX | #062bdf |
| RGB | rgb(6, 43, 223) |
| HSL | hsl(230, 95%, 45%) |
| CMYK | cmyk(97%, 81%, 0%, 13%) |
| LAB | lab(32.0 58.7 -90.2) |
| LCH | lch(32.0 107.6 303.1) |
| OKLCH | oklch(0.439 0.263 264.6) |
Copy-ready code
/* CSS */
color: #062bdf;
background-color: #062bdf;
/* Tailwind (arbitrary) */
class="text-[#062bdf] bg-[#062bdf]"
/* SCSS */
$brand: #062bdf;
/* SwiftUI */
Color(red: 0.024, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#062bdf")Accessibility — WCAG contrast
Aa
#062bdf on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062bdf on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green16.9%
Blue87.5%
CMYK percentages
Cyan97.3%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#062bdf text on a black background
contrast 2.42:1
Card sample
#062bdf text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062bdf;
Background color
Panel with #062bdf background
background-color: #062bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062bdf; background: linear-gradient(135deg, #062bdf, #7206DF);