#062f39
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 47, 57
HSL
192°, 81%, 12%
CMYK
90, 18, 0, 78
Luminance
0.0237
Every format
| HEX | #062f39 |
| RGB | rgb(6, 47, 57) |
| HSL | hsl(192, 81%, 12%) |
| CMYK | cmyk(90%, 18%, 0%, 78%) |
| LAB | lab(17.3 -9.6 -10.3) |
| LCH | lch(17.3 14.1 227.2) |
| OKLCH | oklch(0.283 0.046 218.3) |
Copy-ready code
/* CSS */
color: #062f39;
background-color: #062f39;
/* Tailwind (arbitrary) */
class="text-[#062f39] bg-[#062f39]"
/* SCSS */
$brand: #062f39;
/* SwiftUI */
Color(red: 0.024, green: 0.184, blue: 0.224)
/* Android */
Color.parseColor("#062f39")Accessibility — WCAG contrast
Aa
#062f39 on white: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062f39 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green18.4%
Blue22.4%
CMYK percentages
Cyan89.5%
Magenta17.5%
Yellow0.0%
Key (black)77.6%
Color previews
#062f39 text on a black background
contrast 1.47:1
Card sample
#062f39 text on a white background
contrast 14.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062f39;
Background color
Panel with #062f39 background
background-color: #062f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 47, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 47, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062f39; background: linear-gradient(135deg, #062f39, #060D39);