#4d441a
a deep, vivid yellow · cool · closest name: darkslategray
RGB
77, 68, 26
HSL
49°, 50%, 20%
CMYK
0, 12, 66, 70
Luminance
0.0579
Every format
| HEX | #4d441a |
| RGB | rgb(77, 68, 26) |
| HSL | hsl(49, 50%, 20%) |
| CMYK | cmyk(0%, 12%, 66%, 70%) |
| LAB | lab(28.9 -2.2 26.3) |
| LCH | lch(28.9 26.4 94.8) |
| OKLCH | oklch(0.386 0.061 97.3) |
Copy-ready code
/* CSS */
color: #4d441a;
background-color: #4d441a;
/* Tailwind (arbitrary) */
class="text-[#4d441a] bg-[#4d441a]"
/* SCSS */
$brand: #4d441a;
/* SwiftUI */
Color(red: 0.302, green: 0.267, blue: 0.102)
/* Android */
Color.parseColor("#4d441a")Accessibility — WCAG contrast
Aa
#4d441a on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d441a on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green26.7%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow66.2%
Key (black)69.8%
Color previews
#4d441a text on a black background
contrast 2.16:1
Card sample
#4d441a text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d441a;
Background color
Panel with #4d441a background
background-color: #4d441a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d441a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 68, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 68, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d441a; background: linear-gradient(135deg, #4d441a, #344D1A);