#062c4a
a deep, electric blue · cool · closest name: darkslategray
RGB
6, 44, 74
HSL
207°, 85%, 16%
CMYK
92, 41, 0, 71
Luminance
0.0233
Every format
| HEX | #062c4a |
| RGB | rgb(6, 44, 74) |
| HSL | hsl(207, 85%, 16%) |
| CMYK | cmyk(92%, 41%, 0%, 71%) |
| LAB | lab(17.1 -0.2 -22.2) |
| LCH | lch(17.1 22.2 269.6) |
| OKLCH | oklch(0.285 0.069 247.5) |
Copy-ready code
/* CSS */
color: #062c4a;
background-color: #062c4a;
/* Tailwind (arbitrary) */
class="text-[#062c4a] bg-[#062c4a]"
/* SCSS */
$brand: #062c4a;
/* SwiftUI */
Color(red: 0.024, green: 0.173, blue: 0.290)
/* Android */
Color.parseColor("#062c4a")Accessibility — WCAG contrast
Aa
#062c4a on white: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062c4a on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.3%
Blue29.0%
CMYK percentages
Cyan91.9%
Magenta40.5%
Yellow0.0%
Key (black)71.0%
Color previews
#062c4a text on a black background
contrast 1.47:1
Card sample
#062c4a text on a white background
contrast 14.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062c4a;
Background color
Panel with #062c4a background
background-color: #062c4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062c4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 44, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 44, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062c4a; background: linear-gradient(135deg, #062c4a, #0D064A);