#4a4a3b
a dark, muted yellow · cool · closest name: darkslategray
RGB
74, 74, 59
HSL
60°, 11%, 26%
CMYK
0, 0, 20, 71
Luminance
0.0667
Every format
| HEX | #4a4a3b |
| RGB | rgb(74, 74, 59) |
| HSL | hsl(60, 11%, 26%) |
| CMYK | cmyk(0%, 0%, 20%, 71%) |
| LAB | lab(31.0 -3.0 9.0) |
| LCH | lch(31.0 9.5 108.4) |
| OKLCH | oklch(0.405 0.024 107.4) |
Copy-ready code
/* CSS */
color: #4a4a3b;
background-color: #4a4a3b;
/* Tailwind (arbitrary) */
class="text-[#4a4a3b] bg-[#4a4a3b]"
/* SCSS */
$brand: #4a4a3b;
/* SwiftUI */
Color(red: 0.290, green: 0.290, blue: 0.231)
/* Android */
Color.parseColor("#4a4a3b")Accessibility — WCAG contrast
Aa
#4a4a3b on white: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a4a3b on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green29.0%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.3%
Key (black)71.0%
Color previews
#4a4a3b text on a black background
contrast 2.33:1
Card sample
#4a4a3b text on a white background
contrast 9.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a4a3b;
Background color
Panel with #4a4a3b background
background-color: #4a4a3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a4a3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 74, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 74, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a4a3b; background: linear-gradient(135deg, #4a4a3b, #404A3B);