#393344
a deep, muted violet · warm · closest name: darkslategray
RGB
57, 51, 68
HSL
261°, 14%, 23%
CMYK
16, 25, 0, 73
Luminance
0.0365
Every format
| HEX | #393344 |
| RGB | rgb(57, 51, 68) |
| HSL | hsl(261, 14%, 23%) |
| CMYK | cmyk(16%, 25%, 0%, 73%) |
| LAB | lab(22.5 6.7 -9.6) |
| LCH | lch(22.5 11.7 305.1) |
| OKLCH | oklch(0.334 0.030 300.9) |
Copy-ready code
/* CSS */
color: #393344;
background-color: #393344;
/* Tailwind (arbitrary) */
class="text-[#393344] bg-[#393344]"
/* SCSS */
$brand: #393344;
/* SwiftUI */
Color(red: 0.224, green: 0.200, blue: 0.267)
/* Android */
Color.parseColor("#393344")Accessibility — WCAG contrast
Aa
#393344 on white: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393344 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green20.0%
Blue26.7%
CMYK percentages
Cyan16.2%
Magenta25.0%
Yellow0.0%
Key (black)73.3%
Color previews
#393344 text on a black background
contrast 1.73:1
Card sample
#393344 text on a white background
contrast 12.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393344;
Background color
Panel with #393344 background
background-color: #393344;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393344;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 51, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 51, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393344; background: linear-gradient(135deg, #393344, #443344);