#48552b
a dark, soft green · cool · closest name: darkslategray
RGB
72, 85, 43
HSL
79°, 33%, 25%
CMYK
15, 0, 49, 67
Luminance
0.0805
Every format
| HEX | #48552b |
| RGB | rgb(72, 85, 43) |
| HSL | hsl(79, 33%, 25%) |
| CMYK | cmyk(15%, 0%, 49%, 67%) |
| LAB | lab(34.1 -12.9 22.7) |
| LCH | lch(34.1 26.1 119.6) |
| OKLCH | oklch(0.427 0.066 123.3) |
Copy-ready code
/* CSS */
color: #48552b;
background-color: #48552b;
/* Tailwind (arbitrary) */
class="text-[#48552b] bg-[#48552b]"
/* SCSS */
$brand: #48552b;
/* SwiftUI */
Color(red: 0.282, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#48552b")Accessibility — WCAG contrast
Aa
#48552b on white: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#48552b on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green33.3%
Blue16.9%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#48552b text on a black background
contrast 2.61:1
Card sample
#48552b text on a white background
contrast 8.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48552b;
Background color
Panel with #48552b background
background-color: #48552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48552b; background: linear-gradient(135deg, #48552b, #2C552B);