#494d21
a deep, soft yellow · cool · closest name: darkslategray
RGB
73, 77, 33
HSL
66°, 40%, 22%
CMYK
5, 0, 57, 70
Luminance
0.0683
Every format
| HEX | #494d21 |
| RGB | rgb(73, 77, 33) |
| HSL | hsl(66, 40%, 22%) |
| CMYK | cmyk(5%, 0%, 57%, 70%) |
| LAB | lab(31.4 -9.0 25.2) |
| LCH | lch(31.4 26.8 109.6) |
| OKLCH | oklch(0.406 0.065 113.6) |
Copy-ready code
/* CSS */
color: #494d21;
background-color: #494d21;
/* Tailwind (arbitrary) */
class="text-[#494d21] bg-[#494d21]"
/* SCSS */
$brand: #494d21;
/* SwiftUI */
Color(red: 0.286, green: 0.302, blue: 0.129)
/* Android */
Color.parseColor("#494d21")Accessibility — WCAG contrast
Aa
#494d21 on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#494d21 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green30.2%
Blue12.9%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow57.1%
Key (black)69.8%
Color previews
#494d21 text on a black background
contrast 2.37:1
Card sample
#494d21 text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #494d21;
Background color
Panel with #494d21 background
background-color: #494d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #494d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 77, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 77, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #494d21; background: linear-gradient(135deg, #494d21, #2C4D21);