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