#4f4f68
a dark, muted blue · warm · closest name: darkslategray
RGB
79, 79, 104
HSL
240°, 14%, 36%
CMYK
24, 24, 0, 59
Luminance
0.0825
Every format
| HEX | #4f4f68 |
| RGB | rgb(79, 79, 104) |
| HSL | hsl(240, 14%, 36%) |
| CMYK | cmyk(24%, 24%, 0%, 59%) |
| LAB | lab(34.5 6.1 -14.4) |
| LCH | lch(34.5 15.7 292.8) |
| OKLCH | oklch(0.438 0.041 284.6) |
Copy-ready code
/* CSS */
color: #4f4f68;
background-color: #4f4f68;
/* Tailwind (arbitrary) */
class="text-[#4f4f68] bg-[#4f4f68]"
/* SCSS */
$brand: #4f4f68;
/* SwiftUI */
Color(red: 0.310, green: 0.310, blue: 0.408)
/* Android */
Color.parseColor("#4f4f68")Accessibility — WCAG contrast
Aa
#4f4f68 on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f4f68 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green31.0%
Blue40.8%
CMYK percentages
Cyan24.0%
Magenta24.0%
Yellow0.0%
Key (black)59.2%
Color previews
#4f4f68 text on a black background
contrast 2.65:1
Card sample
#4f4f68 text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4f68;
Background color
Panel with #4f4f68 background
background-color: #4f4f68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4f68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 79, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 79, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4f68; background: linear-gradient(135deg, #4f4f68, #604F68);