#85544f
a dark, soft red · warm · closest name: gray
RGB
133, 84, 79
HSL
6°, 26%, 42%
CMYK
0, 37, 41, 48
Luminance
0.1189
Every format
| HEX | #85544f |
| RGB | rgb(133, 84, 79) |
| HSL | hsl(6, 26%, 42%) |
| CMYK | cmyk(0%, 37%, 41%, 48%) |
| LAB | lab(41.0 19.8 11.4) |
| LCH | lch(41.0 22.8 30.0) |
| OKLCH | oklch(0.499 0.067 26.1) |
Copy-ready code
/* CSS */
color: #85544f;
background-color: #85544f;
/* Tailwind (arbitrary) */
class="text-[#85544f] bg-[#85544f]"
/* SCSS */
$brand: #85544f;
/* SwiftUI */
Color(red: 0.522, green: 0.329, blue: 0.310)
/* Android */
Color.parseColor("#85544f")Accessibility — WCAG contrast
Aa
#85544f on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#85544f on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green32.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow40.6%
Key (black)47.8%
Color previews
#85544f text on a black background
contrast 3.38:1
Card sample
#85544f text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85544f;
Background color
Panel with #85544f background
background-color: #85544f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85544f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 84, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 84, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85544f; background: linear-gradient(135deg, #85544f, #85784F);