#06384b
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 56, 75
HSL
197°, 85%, 16%
CMYK
92, 25, 0, 71
Luminance
0.0338
Every format
| HEX | #06384b |
| RGB | rgb(6, 56, 75) |
| HSL | hsl(197, 85%, 16%) |
| CMYK | cmyk(92%, 25%, 0%, 71%) |
| LAB | lab(21.5 -7.9 -16.1) |
| LCH | lch(21.5 17.9 243.8) |
| OKLCH | oklch(0.320 0.059 229.6) |
Copy-ready code
/* CSS */
color: #06384b;
background-color: #06384b;
/* Tailwind (arbitrary) */
class="text-[#06384b] bg-[#06384b]"
/* SCSS */
$brand: #06384b;
/* SwiftUI */
Color(red: 0.024, green: 0.220, blue: 0.294)
/* Android */
Color.parseColor("#06384b")Accessibility — WCAG contrast
Aa
#06384b on white: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06384b on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green22.0%
Blue29.4%
CMYK percentages
Cyan92.0%
Magenta25.3%
Yellow0.0%
Key (black)70.6%
Color previews
#06384b text on a black background
contrast 1.68:1
Card sample
#06384b text on a white background
contrast 12.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06384b;
Background color
Panel with #06384b background
background-color: #06384b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06384b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 56, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 56, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06384b; background: linear-gradient(135deg, #06384b, #060A4B);