#393d5f
a dark, soft blue · warm · closest name: darkslategray
RGB
57, 61, 95
HSL
234°, 25%, 30%
CMYK
40, 36, 0, 63
Luminance
0.0503
Every format
| HEX | #393d5f |
| RGB | rgb(57, 61, 95) |
| HSL | hsl(234, 25%, 30%) |
| CMYK | cmyk(40%, 36%, 0%, 63%) |
| LAB | lab(26.8 7.8 -20.7) |
| LCH | lch(26.8 22.2 290.7) |
| OKLCH | oklch(0.372 0.059 278.0) |
Copy-ready code
/* CSS */
color: #393d5f;
background-color: #393d5f;
/* Tailwind (arbitrary) */
class="text-[#393d5f] bg-[#393d5f]"
/* SCSS */
$brand: #393d5f;
/* SwiftUI */
Color(red: 0.224, green: 0.239, blue: 0.373)
/* Android */
Color.parseColor("#393d5f")Accessibility — WCAG contrast
Aa
#393d5f on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393d5f on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.9%
Blue37.3%
CMYK percentages
Cyan40.0%
Magenta35.8%
Yellow0.0%
Key (black)62.7%
Color previews
#393d5f text on a black background
contrast 2.01:1
Card sample
#393d5f text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393d5f;
Background color
Panel with #393d5f background
background-color: #393d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 61, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 61, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393d5f; background: linear-gradient(135deg, #393d5f, #4E395F);