#4f4f5f
a dark, muted blue · warm · closest name: darkslategray
RGB
79, 79, 95
HSL
240°, 9%, 34%
CMYK
17, 17, 0, 63
Luminance
0.0808
Every format
| HEX | #4f4f5f |
| RGB | rgb(79, 79, 95) |
| HSL | hsl(240, 9%, 34%) |
| CMYK | cmyk(17%, 17%, 0%, 63%) |
| LAB | lab(34.1 3.7 -9.3) |
| LCH | lch(34.1 10.0 291.9) |
| OKLCH | oklch(0.434 0.026 285.3) |
Copy-ready code
/* CSS */
color: #4f4f5f;
background-color: #4f4f5f;
/* Tailwind (arbitrary) */
class="text-[#4f4f5f] bg-[#4f4f5f]"
/* SCSS */
$brand: #4f4f5f;
/* SwiftUI */
Color(red: 0.310, green: 0.310, blue: 0.373)
/* Android */
Color.parseColor("#4f4f5f")Accessibility — WCAG contrast
Aa
#4f4f5f on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f4f5f on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green31.0%
Blue37.3%
CMYK percentages
Cyan16.8%
Magenta16.8%
Yellow0.0%
Key (black)62.7%
Color previews
#4f4f5f text on a black background
contrast 2.62:1
Card sample
#4f4f5f text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4f5f;
Background color
Panel with #4f4f5f background
background-color: #4f4f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 79, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 79, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4f5f; background: linear-gradient(135deg, #4f4f5f, #5A4F5F);