#393d44
a deep, muted blue · cool · closest name: darkslategray
RGB
57, 61, 68
HSL
218°, 9%, 25%
CMYK
16, 10, 0, 73
Luminance
0.0462
Every format
| HEX | #393d44 |
| RGB | rgb(57, 61, 68) |
| HSL | hsl(218, 9%, 25%) |
| CMYK | cmyk(16%, 10%, 0%, 73%) |
| LAB | lab(25.6 0.1 -4.9) |
| LCH | lch(25.6 4.9 270.6) |
| OKLCH | oklch(0.359 0.013 261.7) |
Copy-ready code
/* CSS */
color: #393d44;
background-color: #393d44;
/* Tailwind (arbitrary) */
class="text-[#393d44] bg-[#393d44]"
/* SCSS */
$brand: #393d44;
/* SwiftUI */
Color(red: 0.224, green: 0.239, blue: 0.267)
/* Android */
Color.parseColor("#393d44")Accessibility — WCAG contrast
Aa
#393d44 on white: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393d44 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.9%
Blue26.7%
CMYK percentages
Cyan16.2%
Magenta10.3%
Yellow0.0%
Key (black)73.3%
Color previews
#393d44 text on a black background
contrast 1.92:1
Card sample
#393d44 text on a white background
contrast 10.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393d44;
Background color
Panel with #393d44 background
background-color: #393d44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393d44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 61, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 61, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393d44; background: linear-gradient(135deg, #393d44, #3C3944);