#35373c
a deep, muted gray · cool · closest name: darkslategray
RGB
53, 55, 60
HSL
223°, 6%, 22%
CMYK
12, 8, 0, 77
Luminance
0.0382
Every format
| HEX | #35373c |
| RGB | rgb(53, 55, 60) |
| HSL | hsl(223, 6%, 22%) |
| CMYK | cmyk(12%, 8%, 0%, 77%) |
| LAB | lab(23.1 0.4 -3.4) |
| LCH | lch(23.1 3.4 276.0) |
| OKLCH | oklch(0.337 0.009 268.4) |
Copy-ready code
/* CSS */
color: #35373c;
background-color: #35373c;
/* Tailwind (arbitrary) */
class="text-[#35373c] bg-[#35373c]"
/* SCSS */
$brand: #35373c;
/* SwiftUI */
Color(red: 0.208, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#35373c")Accessibility — WCAG contrast
Aa
#35373c on white: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35373c on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green21.6%
Blue23.5%
CMYK percentages
Cyan11.7%
Magenta8.3%
Yellow0.0%
Key (black)76.5%
Color previews
#35373c text on a black background
contrast 1.76:1
Card sample
#35373c text on a white background
contrast 11.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35373c;
Background color
Panel with #35373c background
background-color: #35373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35373c; background: linear-gradient(135deg, #35373c, #38353C);