#062f3b
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 47, 59
HSL
194°, 82%, 13%
CMYK
90, 20, 0, 77
Luminance
0.0239
Every format
| HEX | #062f3b |
| RGB | rgb(6, 47, 59) |
| HSL | hsl(194, 82%, 13%) |
| CMYK | cmyk(90%, 20%, 0%, 77%) |
| LAB | lab(17.4 -8.7 -11.6) |
| LCH | lch(17.4 14.5 232.9) |
| OKLCH | oklch(0.284 0.048 222.3) |
Copy-ready code
/* CSS */
color: #062f3b;
background-color: #062f3b;
/* Tailwind (arbitrary) */
class="text-[#062f3b] bg-[#062f3b]"
/* SCSS */
$brand: #062f3b;
/* SwiftUI */
Color(red: 0.024, green: 0.184, blue: 0.231)
/* Android */
Color.parseColor("#062f3b")Accessibility — WCAG contrast
Aa
#062f3b on white: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062f3b on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green18.4%
Blue23.1%
CMYK percentages
Cyan89.8%
Magenta20.3%
Yellow0.0%
Key (black)76.9%
Color previews
#062f3b text on a black background
contrast 1.48:1
Card sample
#062f3b text on a white background
contrast 14.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062f3b;
Background color
Panel with #062f3b background
background-color: #062f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 47, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 47, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062f3b; background: linear-gradient(135deg, #062f3b, #060C3B);