#353021
a deep, soft yellow · cool · closest name: darkslategray
RGB
53, 48, 33
HSL
45°, 23%, 17%
CMYK
0, 9, 38, 79
Luminance
0.0298
Every format
| HEX | #353021 |
| RGB | rgb(53, 48, 33) |
| HSL | hsl(45, 23%, 17%) |
| CMYK | cmyk(0%, 9%, 38%, 79%) |
| LAB | lab(20.0 -0.6 10.4) |
| LCH | lch(20.0 10.5 93.3) |
| OKLCH | oklch(0.310 0.026 91.8) |
Copy-ready code
/* CSS */
color: #353021;
background-color: #353021;
/* Tailwind (arbitrary) */
class="text-[#353021] bg-[#353021]"
/* SCSS */
$brand: #353021;
/* SwiftUI */
Color(red: 0.208, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#353021")Accessibility — WCAG contrast
Aa
#353021 on white: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353021 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow37.7%
Key (black)79.2%
Color previews
#353021 text on a black background
contrast 1.60:1
Card sample
#353021 text on a white background
contrast 13.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353021;
Background color
Panel with #353021 background
background-color: #353021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353021; background: linear-gradient(135deg, #353021, #2D3521);