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