#062d52
a deep, electric blue · cool · closest name: darkslategray
RGB
6, 45, 82
HSL
209°, 86%, 17%
CMYK
93, 45, 0, 68
Luminance
0.0252
Every format
| HEX | #062d52 |
| RGB | rgb(6, 45, 82) |
| HSL | hsl(209, 86%, 17%) |
| CMYK | cmyk(93%, 45%, 0%, 68%) |
| LAB | lab(18.0 2.7 -26.3) |
| LCH | lch(18.0 26.4 275.9) |
| OKLCH | oklch(0.294 0.079 251.7) |
Copy-ready code
/* CSS */
color: #062d52;
background-color: #062d52;
/* Tailwind (arbitrary) */
class="text-[#062d52] bg-[#062d52]"
/* SCSS */
$brand: #062d52;
/* SwiftUI */
Color(red: 0.024, green: 0.176, blue: 0.322)
/* Android */
Color.parseColor("#062d52")Accessibility — WCAG contrast
Aa
#062d52 on white: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062d52 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.6%
Blue32.2%
CMYK percentages
Cyan92.7%
Magenta45.1%
Yellow0.0%
Key (black)67.8%
Color previews
#062d52 text on a black background
contrast 1.50:1
Card sample
#062d52 text on a white background
contrast 13.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062d52;
Background color
Panel with #062d52 background
background-color: #062d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 45, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 45, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062d52; background: linear-gradient(135deg, #062d52, #120652);