#484c39
a dark, muted green · cool · closest name: darkslategray
RGB
72, 76, 57
HSL
73°, 14%, 26%
CMYK
5, 0, 25, 70
Luminance
0.0684
Every format
| HEX | #484c39 |
| RGB | rgb(72, 76, 57) |
| HSL | hsl(73, 14%, 26%) |
| CMYK | cmyk(5%, 0%, 25%, 70%) |
| LAB | lab(31.4 -5.5 10.8) |
| LCH | lch(31.4 12.1 116.9) |
| OKLCH | oklch(0.407 0.031 117.4) |
Copy-ready code
/* CSS */
color: #484c39;
background-color: #484c39;
/* Tailwind (arbitrary) */
class="text-[#484c39] bg-[#484c39]"
/* SCSS */
$brand: #484c39;
/* SwiftUI */
Color(red: 0.282, green: 0.298, blue: 0.224)
/* Android */
Color.parseColor("#484c39")Accessibility — WCAG contrast
Aa
#484c39 on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#484c39 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green29.8%
Blue22.4%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow25.0%
Key (black)70.2%
Color previews
#484c39 text on a black background
contrast 2.37:1
Card sample
#484c39 text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484c39;
Background color
Panel with #484c39 background
background-color: #484c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 76, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 76, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484c39; background: linear-gradient(135deg, #484c39, #3B4C39);