#64483f
a dark, soft red · warm · closest name: gray
RGB
100, 72, 63
HSL
15°, 23%, 32%
CMYK
0, 28, 37, 61
Luminance
0.0770
Every format
| HEX | #64483f |
| RGB | rgb(100, 72, 63) |
| HSL | hsl(15, 23%, 32%) |
| CMYK | cmyk(0%, 28%, 37%, 61%) |
| LAB | lab(33.4 10.6 10.1) |
| LCH | lch(33.4 14.6 43.6) |
| OKLCH | oklch(0.429 0.041 38.6) |
Copy-ready code
/* CSS */
color: #64483f;
background-color: #64483f;
/* Tailwind (arbitrary) */
class="text-[#64483f] bg-[#64483f]"
/* SCSS */
$brand: #64483f;
/* SwiftUI */
Color(red: 0.392, green: 0.282, blue: 0.247)
/* Android */
Color.parseColor("#64483f")Accessibility — WCAG contrast
Aa
#64483f on white: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#64483f on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green28.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow37.0%
Key (black)60.8%
Color previews
#64483f text on a black background
contrast 2.54:1
Card sample
#64483f text on a white background
contrast 8.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64483f;
Background color
Panel with #64483f background
background-color: #64483f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64483f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 72, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 72, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64483f; background: linear-gradient(135deg, #64483f, #64613F);