#062f4d
a deep, electric blue · cool · closest name: darkslategray
RGB
6, 47, 77
HSL
205°, 86%, 16%
CMYK
92, 39, 0, 70
Luminance
0.0261
Every format
| HEX | #062f4d |
| RGB | rgb(6, 47, 77) |
| HSL | hsl(205, 86%, 16%) |
| CMYK | cmyk(92%, 39%, 0%, 70%) |
| LAB | lab(18.4 -0.9 -22.3) |
| LCH | lch(18.4 22.3 267.6) |
| OKLCH | oklch(0.295 0.070 245.9) |
Copy-ready code
/* CSS */
color: #062f4d;
background-color: #062f4d;
/* Tailwind (arbitrary) */
class="text-[#062f4d] bg-[#062f4d]"
/* SCSS */
$brand: #062f4d;
/* SwiftUI */
Color(red: 0.024, green: 0.184, blue: 0.302)
/* Android */
Color.parseColor("#062f4d")Accessibility — WCAG contrast
Aa
#062f4d on white: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062f4d on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green18.4%
Blue30.2%
CMYK percentages
Cyan92.2%
Magenta39.0%
Yellow0.0%
Key (black)69.8%
Color previews
#062f4d text on a black background
contrast 1.52:1
Card sample
#062f4d text on a white background
contrast 13.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062f4d;
Background color
Panel with #062f4d background
background-color: #062f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 47, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 47, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062f4d; background: linear-gradient(135deg, #062f4d, #0C064D);