#48483c
a dark, muted yellow · cool · closest name: darkslategray
RGB
72, 72, 60
HSL
60°, 9%, 26%
CMYK
0, 0, 17, 72
Luminance
0.0634
Every format
| HEX | #48483c |
| RGB | rgb(72, 72, 60) |
| HSL | hsl(60, 9%, 26%) |
| CMYK | cmyk(0%, 0%, 17%, 72%) |
| LAB | lab(30.3 -2.5 7.2) |
| LCH | lch(30.3 7.6 108.7) |
| OKLCH | oklch(0.398 0.019 107.3) |
Copy-ready code
/* CSS */
color: #48483c;
background-color: #48483c;
/* Tailwind (arbitrary) */
class="text-[#48483c] bg-[#48483c]"
/* SCSS */
$brand: #48483c;
/* SwiftUI */
Color(red: 0.282, green: 0.282, blue: 0.235)
/* Android */
Color.parseColor("#48483c")Accessibility — WCAG contrast
Aa
#48483c on white: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#48483c on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green28.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow16.7%
Key (black)71.8%
Color previews
#48483c text on a black background
contrast 2.27:1
Card sample
#48483c text on a white background
contrast 9.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48483c;
Background color
Panel with #48483c background
background-color: #48483c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48483c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 72, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 72, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48483c; background: linear-gradient(135deg, #48483c, #40483C);