#535347
a dark, muted gray · cool · closest name: darkslategray
RGB
83, 83, 71
HSL
60°, 8%, 30%
CMYK
0, 0, 15, 68
Luminance
0.0848
Every format
| HEX | #535347 |
| RGB | rgb(83, 83, 71) |
| HSL | hsl(60, 8%, 30%) |
| CMYK | cmyk(0%, 0%, 15%, 68%) |
| LAB | lab(35.0 -2.4 7.0) |
| LCH | lch(35.0 7.5 108.9) |
| OKLCH | oklch(0.439 0.019 107.2) |
Copy-ready code
/* CSS */
color: #535347;
background-color: #535347;
/* Tailwind (arbitrary) */
class="text-[#535347] bg-[#535347]"
/* SCSS */
$brand: #535347;
/* SwiftUI */
Color(red: 0.325, green: 0.325, blue: 0.278)
/* Android */
Color.parseColor("#535347")Accessibility — WCAG contrast
Aa
#535347 on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#535347 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green32.5%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.5%
Key (black)67.5%
Color previews
#535347 text on a black background
contrast 2.70:1
Card sample
#535347 text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #535347;
Background color
Panel with #535347 background
background-color: #535347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #535347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 83, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 83, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #535347; background: linear-gradient(135deg, #535347, #4B5347);