#393213
a deep, vivid yellow · cool · closest name: darkslategray
RGB
57, 50, 19
HSL
49°, 50%, 15%
CMYK
0, 12, 67, 78
Luminance
0.0320
Every format
| HEX | #393213 |
| RGB | rgb(57, 50, 19) |
| HSL | hsl(49, 50%, 15%) |
| CMYK | cmyk(0%, 12%, 67%, 78%) |
| LAB | lab(20.8 -1.7 20.5) |
| LCH | lch(20.8 20.6 94.6) |
| OKLCH | oklch(0.317 0.048 96.8) |
Copy-ready code
/* CSS */
color: #393213;
background-color: #393213;
/* Tailwind (arbitrary) */
class="text-[#393213] bg-[#393213]"
/* SCSS */
$brand: #393213;
/* SwiftUI */
Color(red: 0.224, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#393213")Accessibility — WCAG contrast
Aa
#393213 on white: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393213 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green19.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow66.7%
Key (black)77.6%
Color previews
#393213 text on a black background
contrast 1.64:1
Card sample
#393213 text on a white background
contrast 12.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393213;
Background color
Panel with #393213 background
background-color: #393213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393213; background: linear-gradient(135deg, #393213, #273913);