#4f445f
a dark, soft violet · warm · closest name: darkslategray
RGB
79, 68, 95
HSL
264°, 17%, 32%
CMYK
17, 28, 0, 63
Luminance
0.0662
Every format
| HEX | #4f445f |
| RGB | rgb(79, 68, 95) |
| HSL | hsl(264, 17%, 32%) |
| CMYK | cmyk(17%, 28%, 0%, 63%) |
| LAB | lab(30.9 10.8 -14.2) |
| LCH | lch(30.9 17.8 307.2) |
| OKLCH | oklch(0.409 0.046 303.0) |
Copy-ready code
/* CSS */
color: #4f445f;
background-color: #4f445f;
/* Tailwind (arbitrary) */
class="text-[#4f445f] bg-[#4f445f]"
/* SCSS */
$brand: #4f445f;
/* SwiftUI */
Color(red: 0.310, green: 0.267, blue: 0.373)
/* Android */
Color.parseColor("#4f445f")Accessibility — WCAG contrast
Aa
#4f445f on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f445f on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green26.7%
Blue37.3%
CMYK percentages
Cyan16.8%
Magenta28.4%
Yellow0.0%
Key (black)62.7%
Color previews
#4f445f text on a black background
contrast 2.32:1
Card sample
#4f445f text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f445f;
Background color
Panel with #4f445f background
background-color: #4f445f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f445f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 68, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 68, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f445f; background: linear-gradient(135deg, #4f445f, #5F445D);