#484116
a deep, vivid yellow · cool · closest name: darkslategray
RGB
72, 65, 22
HSL
52°, 53%, 18%
CMYK
0, 10, 69, 72
Luminance
0.0522
Every format
| HEX | #484116 |
| RGB | rgb(72, 65, 22) |
| HSL | hsl(52, 53%, 18%) |
| CMYK | cmyk(0%, 10%, 69%, 72%) |
| LAB | lab(27.3 -3.2 26.6) |
| LCH | lch(27.3 26.8 96.9) |
| OKLCH | oklch(0.373 0.062 100.1) |
Copy-ready code
/* CSS */
color: #484116;
background-color: #484116;
/* Tailwind (arbitrary) */
class="text-[#484116] bg-[#484116]"
/* SCSS */
$brand: #484116;
/* SwiftUI */
Color(red: 0.282, green: 0.255, blue: 0.086)
/* Android */
Color.parseColor("#484116")Accessibility — WCAG contrast
Aa
#484116 on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#484116 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green25.5%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow69.4%
Key (black)71.8%
Color previews
#484116 text on a black background
contrast 2.04:1
Card sample
#484116 text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484116;
Background color
Panel with #484116 background
background-color: #484116;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484116;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 65, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 65, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484116; background: linear-gradient(135deg, #484116, #2E4816);