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