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