#414141
a dark, muted gray · warm · closest name: darkslategray
RGB
65, 65, 65
HSL
0°, 0%, 26%
CMYK
0, 0, 0, 75
Luminance
0.0529
Every format
| HEX | #414141 |
| RGB | rgb(65, 65, 65) |
| HSL | hsl(0, 0%, 26%) |
| CMYK | cmyk(0%, 0%, 0%, 75%) |
| LAB | lab(27.5 0.0 0.0) |
| LCH | lch(27.5 0.0 180.0) |
| OKLCH | oklch(0.375 0.000 89.9) |
Copy-ready code
/* CSS */
color: #414141;
background-color: #414141;
/* Tailwind (arbitrary) */
class="text-[#414141] bg-[#414141]"
/* SCSS */
$brand: #414141;
/* SwiftUI */
Color(red: 0.255, green: 0.255, blue: 0.255)
/* Android */
Color.parseColor("#414141")Accessibility — WCAG contrast
Aa
#414141 on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#414141 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green25.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)74.5%
Color previews
#414141 text on a black background
contrast 2.06:1
Card sample
#414141 text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #414141;
Background color
Panel with #414141 background
background-color: #414141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #414141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 65, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 65, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #414141; background: linear-gradient(135deg, #414141, #414141);