#393d2a
a deep, soft green · cool · closest name: darkslategray
RGB
57, 61, 42
HSL
73°, 18%, 20%
CMYK
7, 0, 31, 76
Luminance
0.0437
Every format
| HEX | #393d2a |
| RGB | rgb(57, 61, 42) |
| HSL | hsl(73, 18%, 20%) |
| CMYK | cmyk(7%, 0%, 31%, 76%) |
| LAB | lab(24.9 -5.6 11.2) |
| LCH | lch(24.9 12.5 116.6) |
| OKLCH | oklch(0.350 0.032 117.7) |
Copy-ready code
/* CSS */
color: #393d2a;
background-color: #393d2a;
/* Tailwind (arbitrary) */
class="text-[#393d2a] bg-[#393d2a]"
/* SCSS */
$brand: #393d2a;
/* SwiftUI */
Color(red: 0.224, green: 0.239, blue: 0.165)
/* Android */
Color.parseColor("#393d2a")Accessibility — WCAG contrast
Aa
#393d2a on white: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393d2a on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.9%
Blue16.5%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow31.1%
Key (black)76.1%
Color previews
#393d2a text on a black background
contrast 1.87:1
Card sample
#393d2a text on a white background
contrast 11.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393d2a;
Background color
Panel with #393d2a background
background-color: #393d2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393d2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 61, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 61, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393d2a; background: linear-gradient(135deg, #393d2a, #2C3D2A);