#35352c
a deep, muted yellow · cool · closest name: darkslategray
RGB
53, 53, 44
HSL
60°, 9%, 19%
CMYK
0, 0, 17, 79
Luminance
0.0348
Every format
| HEX | #35352c |
| RGB | rgb(53, 53, 44) |
| HSL | hsl(60, 9%, 19%) |
| CMYK | cmyk(0%, 0%, 17%, 79%) |
| LAB | lab(21.9 -1.9 5.7) |
| LCH | lch(21.9 6.0 108.8) |
| OKLCH | oklch(0.326 0.015 107.2) |
Copy-ready code
/* CSS */
color: #35352c;
background-color: #35352c;
/* Tailwind (arbitrary) */
class="text-[#35352c] bg-[#35352c]"
/* SCSS */
$brand: #35352c;
/* SwiftUI */
Color(red: 0.208, green: 0.208, blue: 0.173)
/* Android */
Color.parseColor("#35352c")Accessibility — WCAG contrast
Aa
#35352c on white: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35352c on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow17.0%
Key (black)79.2%
Color previews
#35352c text on a black background
contrast 1.70:1
Card sample
#35352c text on a white background
contrast 12.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35352c;
Background color
Panel with #35352c background
background-color: #35352c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35352c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 53, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 53, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35352c; background: linear-gradient(135deg, #35352c, #2F352C);