#494821
a deep, soft yellow · cool · closest name: darkslategray
RGB
73, 72, 33
HSL
59°, 38%, 21%
CMYK
0, 1, 55, 71
Luminance
0.0616
Every format
| HEX | #494821 |
| RGB | rgb(73, 72, 33) |
| HSL | hsl(59, 38%, 21%) |
| CMYK | cmyk(0%, 1%, 55%, 71%) |
| LAB | lab(29.8 -6.0 23.3) |
| LCH | lch(29.8 24.1 104.4) |
| OKLCH | oklch(0.393 0.058 107.5) |
Copy-ready code
/* CSS */
color: #494821;
background-color: #494821;
/* Tailwind (arbitrary) */
class="text-[#494821] bg-[#494821]"
/* SCSS */
$brand: #494821;
/* SwiftUI */
Color(red: 0.286, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#494821")Accessibility — WCAG contrast
Aa
#494821 on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#494821 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow54.8%
Key (black)71.4%
Color previews
#494821 text on a black background
contrast 2.23:1
Card sample
#494821 text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #494821;
Background color
Panel with #494821 background
background-color: #494821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #494821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #494821; background: linear-gradient(135deg, #494821, #2F4921);