#604f2f
a dark, soft orange · warm · closest name: gray
RGB
96, 79, 47
HSL
39°, 34%, 28%
CMYK
0, 18, 51, 62
Luminance
0.0828
Every format
| HEX | #604f2f |
| RGB | rgb(96, 79, 47) |
| HSL | hsl(39, 34%, 28%) |
| CMYK | cmyk(0%, 18%, 51%, 62%) |
| LAB | lab(34.6 2.4 21.5) |
| LCH | lch(34.6 21.6 83.7) |
| OKLCH | oklch(0.437 0.052 82.4) |
Copy-ready code
/* CSS */
color: #604f2f;
background-color: #604f2f;
/* Tailwind (arbitrary) */
class="text-[#604f2f] bg-[#604f2f]"
/* SCSS */
$brand: #604f2f;
/* SwiftUI */
Color(red: 0.376, green: 0.310, blue: 0.184)
/* Android */
Color.parseColor("#604f2f")Accessibility — WCAG contrast
Aa
#604f2f on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#604f2f on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green31.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow51.0%
Key (black)62.4%
Color previews
#604f2f text on a black background
contrast 2.66:1
Card sample
#604f2f text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604f2f;
Background color
Panel with #604f2f background
background-color: #604f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 79, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 79, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604f2f; background: linear-gradient(135deg, #604f2f, #50602F);