#393d1a
a deep, soft yellow · cool · closest name: darkslategray
RGB
57, 61, 26
HSL
67°, 40%, 17%
CMYK
7, 0, 57, 76
Luminance
0.0428
Every format
| HEX | #393d1a |
| RGB | rgb(57, 61, 26) |
| HSL | hsl(67, 40%, 17%) |
| CMYK | cmyk(7%, 0%, 57%, 76%) |
| LAB | lab(24.6 -7.9 20.8) |
| LCH | lch(24.6 22.3 110.8) |
| OKLCH | oklch(0.347 0.054 114.6) |
Copy-ready code
/* CSS */
color: #393d1a;
background-color: #393d1a;
/* Tailwind (arbitrary) */
class="text-[#393d1a] bg-[#393d1a]"
/* SCSS */
$brand: #393d1a;
/* SwiftUI */
Color(red: 0.224, green: 0.239, blue: 0.102)
/* Android */
Color.parseColor("#393d1a")Accessibility — WCAG contrast
Aa
#393d1a on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393d1a on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.9%
Blue10.2%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow57.4%
Key (black)76.1%
Color previews
#393d1a text on a black background
contrast 1.86:1
Card sample
#393d1a text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393d1a;
Background color
Panel with #393d1a background
background-color: #393d1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393d1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 61, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 61, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393d1a; background: linear-gradient(135deg, #393d1a, #223D1A);