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