#493f3f
a dark, muted gray · warm · closest name: darkslategray
RGB
73, 63, 63
HSL
0°, 7%, 27%
CMYK
0, 14, 14, 71
Luminance
0.0533
Every format
| HEX | #493f3f |
| RGB | rgb(73, 63, 63) |
| HSL | hsl(0, 7%, 27%) |
| CMYK | cmyk(0%, 14%, 14%, 71%) |
| LAB | lab(27.7 4.3 1.6) |
| LCH | lch(27.7 4.6 20.2) |
| OKLCH | oklch(0.378 0.014 17.8) |
Copy-ready code
/* CSS */
color: #493f3f;
background-color: #493f3f;
/* Tailwind (arbitrary) */
class="text-[#493f3f] bg-[#493f3f]"
/* SCSS */
$brand: #493f3f;
/* SwiftUI */
Color(red: 0.286, green: 0.247, blue: 0.247)
/* Android */
Color.parseColor("#493f3f")Accessibility — WCAG contrast
Aa
#493f3f on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#493f3f on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green24.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow13.7%
Key (black)71.4%
Color previews
#493f3f text on a black background
contrast 2.07:1
Card sample
#493f3f text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #493f3f;
Background color
Panel with #493f3f background
background-color: #493f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #493f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 63, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 63, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #493f3f; background: linear-gradient(135deg, #493f3f, #49463F);