#4d342b
a deep, soft orange · warm · closest name: darkslategray
RGB
77, 52, 43
HSL
16°, 28%, 24%
CMYK
0, 33, 44, 70
Luminance
0.0421
Every format
| HEX | #4d342b |
| RGB | rgb(77, 52, 43) |
| HSL | hsl(16, 28%, 24%) |
| CMYK | cmyk(0%, 33%, 44%, 70%) |
| LAB | lab(24.4 9.9 10.2) |
| LCH | lch(24.4 14.2 45.8) |
| OKLCH | oklch(0.352 0.040 40.6) |
Copy-ready code
/* CSS */
color: #4d342b;
background-color: #4d342b;
/* Tailwind (arbitrary) */
class="text-[#4d342b] bg-[#4d342b]"
/* SCSS */
$brand: #4d342b;
/* SwiftUI */
Color(red: 0.302, green: 0.204, blue: 0.169)
/* Android */
Color.parseColor("#4d342b")Accessibility — WCAG contrast
Aa
#4d342b on white: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d342b on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green20.4%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow44.2%
Key (black)69.8%
Color previews
#4d342b text on a black background
contrast 1.84:1
Card sample
#4d342b text on a white background
contrast 11.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d342b;
Background color
Panel with #4d342b background
background-color: #4d342b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d342b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 52, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 52, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d342b; background: linear-gradient(135deg, #4d342b, #4D4B2B);