#494635
a deep, soft yellow · cool · closest name: darkslategray
RGB
73, 70, 53
HSL
51°, 16%, 25%
CMYK
0, 4, 27, 71
Luminance
0.0605
Every format
| HEX | #494635 |
| RGB | rgb(73, 70, 53) |
| HSL | hsl(51, 16%, 25%) |
| CMYK | cmyk(0%, 4%, 27%, 71%) |
| LAB | lab(29.6 -2.0 10.7) |
| LCH | lch(29.6 10.9 100.6) |
| OKLCH | oklch(0.392 0.028 99.2) |
Copy-ready code
/* CSS */
color: #494635;
background-color: #494635;
/* Tailwind (arbitrary) */
class="text-[#494635] bg-[#494635]"
/* SCSS */
$brand: #494635;
/* SwiftUI */
Color(red: 0.286, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#494635")Accessibility — WCAG contrast
Aa
#494635 on white: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#494635 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green27.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow27.4%
Key (black)71.4%
Color previews
#494635 text on a black background
contrast 2.21:1
Card sample
#494635 text on a white background
contrast 9.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #494635;
Background color
Panel with #494635 background
background-color: #494635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #494635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #494635; background: linear-gradient(135deg, #494635, #3F4935);