#35393d
a deep, muted gray · cool · closest name: darkslategray
RGB
53, 57, 61
HSL
210°, 7%, 22%
CMYK
13, 7, 0, 76
Luminance
0.0402
Every format
| HEX | #35393d |
| RGB | rgb(53, 57, 61) |
| HSL | hsl(210, 7%, 22%) |
| CMYK | cmyk(13%, 7%, 0%, 76%) |
| LAB | lab(23.7 -0.7 -3.1) |
| LCH | lch(23.7 3.1 256.9) |
| OKLCH | oklch(0.342 0.009 248.1) |
Copy-ready code
/* CSS */
color: #35393d;
background-color: #35393d;
/* Tailwind (arbitrary) */
class="text-[#35393d] bg-[#35393d]"
/* SCSS */
$brand: #35393d;
/* SwiftUI */
Color(red: 0.208, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#35393d")Accessibility — WCAG contrast
Aa
#35393d on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35393d on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green22.4%
Blue23.9%
CMYK percentages
Cyan13.1%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#35393d text on a black background
contrast 1.80:1
Card sample
#35393d text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35393d;
Background color
Panel with #35393d background
background-color: #35393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35393d; background: linear-gradient(135deg, #35393d, #36353D);