#48381f
a deep, soft orange · warm · closest name: darkslategray
RGB
72, 56, 31
HSL
37°, 40%, 20%
CMYK
0, 22, 57, 72
Luminance
0.0430
Every format
| HEX | #48381f |
| RGB | rgb(72, 56, 31) |
| HSL | hsl(37, 40%, 20%) |
| CMYK | cmyk(0%, 22%, 57%, 72%) |
| LAB | lab(24.7 3.4 18.2) |
| LCH | lch(24.7 18.5 79.5) |
| OKLCH | oklch(0.352 0.045 77.7) |
Copy-ready code
/* CSS */
color: #48381f;
background-color: #48381f;
/* Tailwind (arbitrary) */
class="text-[#48381f] bg-[#48381f]"
/* SCSS */
$brand: #48381f;
/* SwiftUI */
Color(red: 0.282, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#48381f")Accessibility — WCAG contrast
Aa
#48381f on white: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#48381f on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow56.9%
Key (black)71.8%
Color previews
#48381f text on a black background
contrast 1.86:1
Card sample
#48381f text on a white background
contrast 11.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48381f;
Background color
Panel with #48381f background
background-color: #48381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48381f; background: linear-gradient(135deg, #48381f, #3D481F);