#474141
a dark, muted gray · warm · closest name: darkslategray
RGB
71, 65, 65
HSL
0°, 4%, 27%
CMYK
0, 9, 9, 72
Luminance
0.0550
Every format
| HEX | #474141 |
| RGB | rgb(71, 65, 65) |
| HSL | hsl(0, 4%, 27%) |
| CMYK | cmyk(0%, 9%, 9%, 72%) |
| LAB | lab(28.1 2.5 0.9) |
| LCH | lch(28.1 2.7 19.8) |
| OKLCH | oklch(0.381 0.008 17.5) |
Copy-ready code
/* CSS */
color: #474141;
background-color: #474141;
/* Tailwind (arbitrary) */
class="text-[#474141] bg-[#474141]"
/* SCSS */
$brand: #474141;
/* SwiftUI */
Color(red: 0.278, green: 0.255, blue: 0.255)
/* Android */
Color.parseColor("#474141")Accessibility — WCAG contrast
Aa
#474141 on white: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#474141 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green25.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow8.5%
Key (black)72.2%
Color previews
#474141 text on a black background
contrast 2.10:1
Card sample
#474141 text on a white background
contrast 10.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474141;
Background color
Panel with #474141 background
background-color: #474141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 65, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 65, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474141; background: linear-gradient(135deg, #474141, #474541);