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