#4f4b42
a dark, muted yellow · warm · closest name: darkslategray
RGB
79, 75, 66
HSL
42°, 9%, 28%
CMYK
0, 5, 17, 69
Luminance
0.0709
Every format
| HEX | #4f4b42 |
| RGB | rgb(79, 75, 66) |
| HSL | hsl(42, 9%, 28%) |
| CMYK | cmyk(0%, 5%, 17%, 69%) |
| LAB | lab(32.0 -0.1 6.0) |
| LCH | lch(32.0 6.0 91.2) |
| OKLCH | oklch(0.414 0.015 86.9) |
Copy-ready code
/* CSS */
color: #4f4b42;
background-color: #4f4b42;
/* Tailwind (arbitrary) */
class="text-[#4f4b42] bg-[#4f4b42]"
/* SCSS */
$brand: #4f4b42;
/* SwiftUI */
Color(red: 0.310, green: 0.294, blue: 0.259)
/* Android */
Color.parseColor("#4f4b42")Accessibility — WCAG contrast
Aa
#4f4b42 on white: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f4b42 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green29.4%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow16.5%
Key (black)69.0%
Color previews
#4f4b42 text on a black background
contrast 2.42:1
Card sample
#4f4b42 text on a white background
contrast 8.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4b42;
Background color
Panel with #4f4b42 background
background-color: #4f4b42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4b42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 75, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 75, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4b42; background: linear-gradient(135deg, #4f4b42, #4A4F42);