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