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