#604635
a dark, soft orange · warm · closest name: gray
RGB
96, 70, 53
HSL
24°, 29%, 29%
CMYK
0, 27, 45, 62
Luminance
0.0712
Every format
| HEX | #604635 |
| RGB | rgb(96, 70, 53) |
| HSL | hsl(24, 29%, 29%) |
| CMYK | cmyk(0%, 27%, 45%, 62%) |
| LAB | lab(32.1 8.7 14.6) |
| LCH | lch(32.1 17.0 59.3) |
| OKLCH | oklch(0.418 0.045 54.3) |
Copy-ready code
/* CSS */
color: #604635;
background-color: #604635;
/* Tailwind (arbitrary) */
class="text-[#604635] bg-[#604635]"
/* SCSS */
$brand: #604635;
/* SwiftUI */
Color(red: 0.376, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#604635")Accessibility — WCAG contrast
Aa
#604635 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#604635 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green27.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow44.8%
Key (black)62.4%
Color previews
#604635 text on a black background
contrast 2.42:1
Card sample
#604635 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604635;
Background color
Panel with #604635 background
background-color: #604635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604635; background: linear-gradient(135deg, #604635, #5D6035);