#4f554f
a dark, muted gray · cool · closest name: darkslategray
RGB
79, 85, 79
HSL
120°, 4%, 32%
CMYK
7, 0, 7, 67
Luminance
0.0872
Every format
| HEX | #4f554f |
| RGB | rgb(79, 85, 79) |
| HSL | hsl(120, 4%, 32%) |
| CMYK | cmyk(7%, 0%, 7%, 67%) |
| LAB | lab(35.5 -3.7 2.7) |
| LCH | lch(35.5 4.6 144.1) |
| OKLCH | oklch(0.442 0.012 145.4) |
Copy-ready code
/* CSS */
color: #4f554f;
background-color: #4f554f;
/* Tailwind (arbitrary) */
class="text-[#4f554f] bg-[#4f554f]"
/* SCSS */
$brand: #4f554f;
/* SwiftUI */
Color(red: 0.310, green: 0.333, blue: 0.310)
/* Android */
Color.parseColor("#4f554f")Accessibility — WCAG contrast
Aa
#4f554f on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f554f on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green33.3%
Blue31.0%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow7.1%
Key (black)66.7%
Color previews
#4f554f text on a black background
contrast 2.74:1
Card sample
#4f554f text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f554f;
Background color
Panel with #4f554f background
background-color: #4f554f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f554f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 85, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 85, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f554f; background: linear-gradient(135deg, #4f554f, #4F5553);