#494721
a deep, soft yellow · cool · closest name: darkslategray
RGB
73, 71, 33
HSL
57°, 38%, 21%
CMYK
0, 3, 55, 71
Luminance
0.0603
Every format
| HEX | #494721 |
| RGB | rgb(73, 71, 33) |
| HSL | hsl(57, 38%, 21%) |
| CMYK | cmyk(0%, 3%, 55%, 71%) |
| LAB | lab(29.5 -5.4 22.9) |
| LCH | lch(29.5 23.6 103.2) |
| OKLCH | oklch(0.390 0.057 106.0) |
Copy-ready code
/* CSS */
color: #494721;
background-color: #494721;
/* Tailwind (arbitrary) */
class="text-[#494721] bg-[#494721]"
/* SCSS */
$brand: #494721;
/* SwiftUI */
Color(red: 0.286, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#494721")Accessibility — WCAG contrast
Aa
#494721 on white: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#494721 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow54.8%
Key (black)71.4%
Color previews
#494721 text on a black background
contrast 2.21:1
Card sample
#494721 text on a white background
contrast 9.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #494721;
Background color
Panel with #494721 background
background-color: #494721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #494721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #494721; background: linear-gradient(135deg, #494721, #304921);