#353621
a deep, soft yellow · cool · closest name: darkslategray
RGB
53, 54, 33
HSL
63°, 24%, 17%
CMYK
2, 0, 39, 79
Luminance
0.0351
Every format
| HEX | #353621 |
| RGB | rgb(53, 54, 33) |
| HSL | hsl(63, 24%, 17%) |
| CMYK | cmyk(2%, 0%, 39%, 79%) |
| LAB | lab(22.0 -4.5 13.1) |
| LCH | lch(22.0 13.8 109.1) |
| OKLCH | oklch(0.326 0.035 110.5) |
Copy-ready code
/* CSS */
color: #353621;
background-color: #353621;
/* Tailwind (arbitrary) */
class="text-[#353621] bg-[#353621]"
/* SCSS */
$brand: #353621;
/* SwiftUI */
Color(red: 0.208, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#353621")Accessibility — WCAG contrast
Aa
#353621 on white: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353621 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green21.2%
Blue12.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#353621 text on a black background
contrast 1.70:1
Card sample
#353621 text on a white background
contrast 12.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353621;
Background color
Panel with #353621 background
background-color: #353621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353621; background: linear-gradient(135deg, #353621, #273621);