#4f4f3f
a dark, muted yellow · cool · closest name: darkslategray
RGB
79, 79, 63
HSL
60°, 11%, 28%
CMYK
0, 0, 20, 69
Luminance
0.0761
Every format
| HEX | #4f4f3f |
| RGB | rgb(79, 79, 63) |
| HSL | hsl(60, 11%, 28%) |
| CMYK | cmyk(0%, 0%, 20%, 69%) |
| LAB | lab(33.2 -3.2 9.5) |
| LCH | lch(33.2 10.0 108.4) |
| OKLCH | oklch(0.423 0.025 107.4) |
Copy-ready code
/* CSS */
color: #4f4f3f;
background-color: #4f4f3f;
/* Tailwind (arbitrary) */
class="text-[#4f4f3f] bg-[#4f4f3f]"
/* SCSS */
$brand: #4f4f3f;
/* SwiftUI */
Color(red: 0.310, green: 0.310, blue: 0.247)
/* Android */
Color.parseColor("#4f4f3f")Accessibility — WCAG contrast
Aa
#4f4f3f on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f4f3f on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green31.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.3%
Key (black)69.0%
Color previews
#4f4f3f text on a black background
contrast 2.52:1
Card sample
#4f4f3f text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4f3f;
Background color
Panel with #4f4f3f background
background-color: #4f4f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 79, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 79, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4f3f; background: linear-gradient(135deg, #4f4f3f, #444F3F);