#393021
a deep, soft orange · warm · closest name: darkslategray
RGB
57, 48, 33
HSL
38°, 27%, 18%
CMYK
0, 16, 42, 78
Luminance
0.0309
Every format
| HEX | #393021 |
| RGB | rgb(57, 48, 33) |
| HSL | hsl(38, 27%, 18%) |
| CMYK | cmyk(0%, 16%, 42%, 78%) |
| LAB | lab(20.4 1.4 11.1) |
| LCH | lch(20.4 11.2 82.9) |
| OKLCH | oklch(0.315 0.028 80.1) |
Copy-ready code
/* CSS */
color: #393021;
background-color: #393021;
/* Tailwind (arbitrary) */
class="text-[#393021] bg-[#393021]"
/* SCSS */
$brand: #393021;
/* SwiftUI */
Color(red: 0.224, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#393021")Accessibility — WCAG contrast
Aa
#393021 on white: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393021 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow42.1%
Key (black)77.6%
Color previews
#393021 text on a black background
contrast 1.62:1
Card sample
#393021 text on a white background
contrast 12.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393021;
Background color
Panel with #393021 background
background-color: #393021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393021; background: linear-gradient(135deg, #393021, #323921);