#605039
a dark, soft orange · warm · closest name: gray
RGB
96, 80, 57
HSL
35°, 26%, 30%
CMYK
0, 17, 41, 62
Luminance
0.0852
Every format
| HEX | #605039 |
| RGB | rgb(96, 80, 57) |
| HSL | hsl(35, 26%, 30%) |
| CMYK | cmyk(0%, 17%, 41%, 62%) |
| LAB | lab(35.0 3.0 16.1) |
| LCH | lch(35.0 16.3 79.5) |
| OKLCH | oklch(0.441 0.041 76.4) |
Copy-ready code
/* CSS */
color: #605039;
background-color: #605039;
/* Tailwind (arbitrary) */
class="text-[#605039] bg-[#605039]"
/* SCSS */
$brand: #605039;
/* SwiftUI */
Color(red: 0.376, green: 0.314, blue: 0.224)
/* Android */
Color.parseColor("#605039")Accessibility — WCAG contrast
Aa
#605039 on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#605039 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green31.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow40.6%
Key (black)62.4%
Color previews
#605039 text on a black background
contrast 2.70:1
Card sample
#605039 text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #605039;
Background color
Panel with #605039 background
background-color: #605039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #605039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 80, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 80, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #605039; background: linear-gradient(135deg, #605039, #566039);