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