#885555
a dark, soft red · warm · closest name: gray
RGB
136, 85, 85
HSL
0°, 23%, 43%
CMYK
0, 38, 38, 47
Luminance
0.1239
Every format
| HEX | #885555 |
| RGB | rgb(136, 85, 85) |
| HSL | hsl(0, 23%, 43%) |
| CMYK | cmyk(0%, 38%, 38%, 47%) |
| LAB | lab(41.8 21.2 8.9) |
| LCH | lch(41.8 23.0 22.8) |
| OKLCH | oklch(0.507 0.068 19.7) |
Copy-ready code
/* CSS */
color: #885555;
background-color: #885555;
/* Tailwind (arbitrary) */
class="text-[#885555] bg-[#885555]"
/* SCSS */
$brand: #885555;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.333)
/* Android */
Color.parseColor("#885555")Accessibility — WCAG contrast
Aa
#885555 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885555 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow37.5%
Key (black)46.7%
Color previews
#885555 text on a black background
contrast 3.48:1
Card sample
#885555 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885555;
Background color
Panel with #885555 background
background-color: #885555;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885555;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885555; background: linear-gradient(135deg, #885555, #887755);