#604c2f
a dark, soft orange · warm · closest name: gray
RGB
96, 76, 47
HSL
36°, 34%, 28%
CMYK
0, 21, 51, 62
Luminance
0.0786
Every format
| HEX | #604c2f |
| RGB | rgb(96, 76, 47) |
| HSL | hsl(36, 34%, 28%) |
| CMYK | cmyk(0%, 21%, 51%, 62%) |
| LAB | lab(33.7 4.2 20.4) |
| LCH | lch(33.7 20.8 78.3) |
| OKLCH | oklch(0.430 0.051 76.0) |
Copy-ready code
/* CSS */
color: #604c2f;
background-color: #604c2f;
/* Tailwind (arbitrary) */
class="text-[#604c2f] bg-[#604c2f]"
/* SCSS */
$brand: #604c2f;
/* SwiftUI */
Color(red: 0.376, green: 0.298, blue: 0.184)
/* Android */
Color.parseColor("#604c2f")Accessibility — WCAG contrast
Aa
#604c2f on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#604c2f on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green29.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow51.0%
Key (black)62.4%
Color previews
#604c2f text on a black background
contrast 2.57:1
Card sample
#604c2f text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604c2f;
Background color
Panel with #604c2f background
background-color: #604c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 76, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 76, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604c2f; background: linear-gradient(135deg, #604c2f, #53602F);