#393d3f
a deep, muted gray · cool · closest name: darkslategray
RGB
57, 61, 63
HSL
200°, 5%, 24%
CMYK
10, 3, 0, 75
Luminance
0.0457
Every format
| HEX | #393d3f |
| RGB | rgb(57, 61, 63) |
| HSL | hsl(200, 5%, 24%) |
| CMYK | cmyk(10%, 3%, 0%, 75%) |
| LAB | lab(25.5 -1.2 -1.8) |
| LCH | lch(25.5 2.2 236.5) |
| OKLCH | oklch(0.357 0.006 229.0) |
Copy-ready code
/* CSS */
color: #393d3f;
background-color: #393d3f;
/* Tailwind (arbitrary) */
class="text-[#393d3f] bg-[#393d3f]"
/* SCSS */
$brand: #393d3f;
/* SwiftUI */
Color(red: 0.224, green: 0.239, blue: 0.247)
/* Android */
Color.parseColor("#393d3f")Accessibility — WCAG contrast
Aa
#393d3f on white: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393d3f on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.9%
Blue24.7%
CMYK percentages
Cyan9.5%
Magenta3.2%
Yellow0.0%
Key (black)75.3%
Color previews
#393d3f text on a black background
contrast 1.91:1
Card sample
#393d3f text on a white background
contrast 10.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393d3f;
Background color
Panel with #393d3f background
background-color: #393d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 61, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 61, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393d3f; background: linear-gradient(135deg, #393d3f, #39393F);