#353821
a deep, soft yellow · cool · closest name: darkslategray
RGB
53, 56, 33
HSL
68°, 26%, 18%
CMYK
5, 0, 41, 78
Luminance
0.0370
Every format
| HEX | #353821 |
| RGB | rgb(53, 56, 33) |
| HSL | hsl(68, 26%, 18%) |
| CMYK | cmyk(5%, 0%, 41%, 78%) |
| LAB | lab(22.6 -5.8 14.0) |
| LCH | lch(22.6 15.1 112.6) |
| OKLCH | oklch(0.331 0.038 114.6) |
Copy-ready code
/* CSS */
color: #353821;
background-color: #353821;
/* Tailwind (arbitrary) */
class="text-[#353821] bg-[#353821]"
/* SCSS */
$brand: #353821;
/* SwiftUI */
Color(red: 0.208, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#353821")Accessibility — WCAG contrast
Aa
#353821 on white: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353821 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green22.0%
Blue12.9%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow41.1%
Key (black)78.0%
Color previews
#353821 text on a black background
contrast 1.74:1
Card sample
#353821 text on a white background
contrast 12.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353821;
Background color
Panel with #353821 background
background-color: #353821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353821; background: linear-gradient(135deg, #353821, #263821);