#475247
a dark, muted gray · cool · closest name: darkslategray
RGB
71, 82, 71
HSL
120°, 7%, 30%
CMYK
13, 0, 13, 68
Luminance
0.0783
Every format
| HEX | #475247 |
| RGB | rgb(71, 82, 71) |
| HSL | hsl(120, 7%, 30%) |
| CMYK | cmyk(13%, 0%, 13%, 68%) |
| LAB | lab(33.6 -6.8 5.0) |
| LCH | lch(33.6 8.4 143.7) |
| OKLCH | oklch(0.425 0.023 145.2) |
Copy-ready code
/* CSS */
color: #475247;
background-color: #475247;
/* Tailwind (arbitrary) */
class="text-[#475247] bg-[#475247]"
/* SCSS */
$brand: #475247;
/* SwiftUI */
Color(red: 0.278, green: 0.322, blue: 0.278)
/* Android */
Color.parseColor("#475247")Accessibility — WCAG contrast
Aa
#475247 on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#475247 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green32.2%
Blue27.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow13.4%
Key (black)67.8%
Color previews
#475247 text on a black background
contrast 2.57:1
Card sample
#475247 text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475247;
Background color
Panel with #475247 background
background-color: #475247;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475247;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 82, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 82, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475247; background: linear-gradient(135deg, #475247, #47524E);