#534839
a dark, soft orange · warm · closest name: darkslategray
RGB
83, 72, 57
HSL
35°, 19%, 28%
CMYK
0, 13, 31, 68
Luminance
0.0677
Every format
| HEX | #534839 |
| RGB | rgb(83, 72, 57) |
| HSL | hsl(35, 19%, 28%) |
| CMYK | cmyk(0%, 13%, 31%, 68%) |
| LAB | lab(31.3 2.0 10.7) |
| LCH | lch(31.3 10.9 79.5) |
| OKLCH | oklch(0.408 0.028 75.4) |
Copy-ready code
/* CSS */
color: #534839;
background-color: #534839;
/* Tailwind (arbitrary) */
class="text-[#534839] bg-[#534839]"
/* SCSS */
$brand: #534839;
/* SwiftUI */
Color(red: 0.325, green: 0.282, blue: 0.224)
/* Android */
Color.parseColor("#534839")Accessibility — WCAG contrast
Aa
#534839 on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534839 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green28.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow31.3%
Key (black)67.5%
Color previews
#534839 text on a black background
contrast 2.35:1
Card sample
#534839 text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534839;
Background color
Panel with #534839 background
background-color: #534839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 72, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 72, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534839; background: linear-gradient(135deg, #534839, #4D5339);