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