#64503c
a dark, soft orange · warm · closest name: gray
RGB
100, 80, 60
HSL
30°, 25%, 31%
CMYK
0, 20, 40, 61
Luminance
0.0877
Every format
| HEX | #64503c |
| RGB | rgb(100, 80, 60) |
| HSL | hsl(30, 25%, 31%) |
| CMYK | cmyk(0%, 20%, 40%, 61%) |
| LAB | lab(35.5 5.2 14.9) |
| LCH | lch(35.5 15.8 70.8) |
| OKLCH | oklch(0.446 0.041 66.5) |
Copy-ready code
/* CSS */
color: #64503c;
background-color: #64503c;
/* Tailwind (arbitrary) */
class="text-[#64503c] bg-[#64503c]"
/* SCSS */
$brand: #64503c;
/* SwiftUI */
Color(red: 0.392, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#64503c")Accessibility — WCAG contrast
Aa
#64503c on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#64503c on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green31.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow40.0%
Key (black)60.8%
Color previews
#64503c text on a black background
contrast 2.75:1
Card sample
#64503c text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64503c;
Background color
Panel with #64503c background
background-color: #64503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64503c; background: linear-gradient(135deg, #64503c, #5D643C);