#48522f
a dark, soft green · cool · closest name: darkslategray
RGB
72, 82, 47
HSL
77°, 27%, 25%
CMYK
12, 0, 43, 68
Luminance
0.0762
Every format
| HEX | #48522f |
| RGB | rgb(72, 82, 47) |
| HSL | hsl(77, 27%, 25%) |
| CMYK | cmyk(12%, 0%, 43%, 68%) |
| LAB | lab(33.2 -10.7 19.2) |
| LCH | lch(33.2 22.0 119.0) |
| OKLCH | oklch(0.420 0.056 121.8) |
Copy-ready code
/* CSS */
color: #48522f;
background-color: #48522f;
/* Tailwind (arbitrary) */
class="text-[#48522f] bg-[#48522f]"
/* SCSS */
$brand: #48522f;
/* SwiftUI */
Color(red: 0.282, green: 0.322, blue: 0.184)
/* Android */
Color.parseColor("#48522f")Accessibility — WCAG contrast
Aa
#48522f on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#48522f on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green32.2%
Blue18.4%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow42.7%
Key (black)67.8%
Color previews
#48522f text on a black background
contrast 2.52:1
Card sample
#48522f text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48522f;
Background color
Panel with #48522f background
background-color: #48522f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48522f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 82, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 82, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48522f; background: linear-gradient(135deg, #48522f, #31522F);