#06384f
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 56, 79
HSL
199°, 86%, 17%
CMYK
92, 29, 0, 69
Luminance
0.0343
Every format
| HEX | #06384f |
| RGB | rgb(6, 56, 79) |
| HSL | hsl(199, 86%, 17%) |
| CMYK | cmyk(92%, 29%, 0%, 69%) |
| LAB | lab(21.7 -6.2 -18.4) |
| LCH | lch(21.7 19.5 251.3) |
| OKLCH | oklch(0.322 0.064 234.7) |
Copy-ready code
/* CSS */
color: #06384f;
background-color: #06384f;
/* Tailwind (arbitrary) */
class="text-[#06384f] bg-[#06384f]"
/* SCSS */
$brand: #06384f;
/* SwiftUI */
Color(red: 0.024, green: 0.220, blue: 0.310)
/* Android */
Color.parseColor("#06384f")Accessibility — WCAG contrast
Aa
#06384f on white: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06384f on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green22.0%
Blue31.0%
CMYK percentages
Cyan92.4%
Magenta29.1%
Yellow0.0%
Key (black)69.0%
Color previews
#06384f text on a black background
contrast 1.69:1
Card sample
#06384f text on a white background
contrast 12.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06384f;
Background color
Panel with #06384f background
background-color: #06384f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06384f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 56, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 56, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06384f; background: linear-gradient(135deg, #06384f, #06074F);