#384e59
a dark, soft blue · cool · closest name: darkslategray
RGB
56, 78, 89
HSL
200°, 23%, 28%
CMYK
37, 12, 0, 65
Luminance
0.0701
Every format
| HEX | #384e59 |
| RGB | rgb(56, 78, 89) |
| HSL | hsl(200, 23%, 28%) |
| CMYK | cmyk(37%, 12%, 0%, 65%) |
| LAB | lab(31.8 -5.3 -9.2) |
| LCH | lch(31.8 10.6 239.8) |
| OKLCH | oklch(0.410 0.033 230.2) |
Copy-ready code
/* CSS */
color: #384e59;
background-color: #384e59;
/* Tailwind (arbitrary) */
class="text-[#384e59] bg-[#384e59]"
/* SCSS */
$brand: #384e59;
/* SwiftUI */
Color(red: 0.220, green: 0.306, blue: 0.349)
/* Android */
Color.parseColor("#384e59")Accessibility — WCAG contrast
Aa
#384e59 on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#384e59 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green30.6%
Blue34.9%
CMYK percentages
Cyan37.1%
Magenta12.4%
Yellow0.0%
Key (black)65.1%
Color previews
#384e59 text on a black background
contrast 2.40:1
Card sample
#384e59 text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384e59;
Background color
Panel with #384e59 background
background-color: #384e59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384e59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 78, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 78, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384e59; background: linear-gradient(135deg, #384e59, #383859);