#393d42
a deep, muted gray · cool · closest name: darkslategray
RGB
57, 61, 66
HSL
213°, 7%, 24%
CMYK
14, 8, 0, 74
Luminance
0.0460
Every format
| HEX | #393d42 |
| RGB | rgb(57, 61, 66) |
| HSL | hsl(213, 7%, 24%) |
| CMYK | cmyk(14%, 8%, 0%, 74%) |
| LAB | lab(25.6 -0.5 -3.6) |
| LCH | lch(25.6 3.7 262.8) |
| OKLCH | oklch(0.358 0.010 254.0) |
Copy-ready code
/* CSS */
color: #393d42;
background-color: #393d42;
/* Tailwind (arbitrary) */
class="text-[#393d42] bg-[#393d42]"
/* SCSS */
$brand: #393d42;
/* SwiftUI */
Color(red: 0.224, green: 0.239, blue: 0.259)
/* Android */
Color.parseColor("#393d42")Accessibility — WCAG contrast
Aa
#393d42 on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393d42 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.9%
Blue25.9%
CMYK percentages
Cyan13.6%
Magenta7.6%
Yellow0.0%
Key (black)74.1%
Color previews
#393d42 text on a black background
contrast 1.92:1
Card sample
#393d42 text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393d42;
Background color
Panel with #393d42 background
background-color: #393d42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393d42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 61, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 61, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393d42; background: linear-gradient(135deg, #393d42, #3B3942);