#886666
a balanced, muted red · warm · closest name: gray
RGB
136, 102, 102
HSL
0°, 14%, 47%
CMYK
0, 25, 25, 47
Luminance
0.1570
Every format
| HEX | #886666 |
| RGB | rgb(136, 102, 102) |
| HSL | hsl(0, 14%, 47%) |
| CMYK | cmyk(0%, 25%, 25%, 47%) |
| LAB | lab(46.6 13.7 5.3) |
| LCH | lch(46.6 14.7 21.3) |
| OKLCH | oklch(0.545 0.044 18.6) |
Copy-ready code
/* CSS */
color: #886666;
background-color: #886666;
/* Tailwind (arbitrary) */
class="text-[#886666] bg-[#886666]"
/* SCSS */
$brand: #886666;
/* SwiftUI */
Color(red: 0.533, green: 0.400, blue: 0.400)
/* Android */
Color.parseColor("#886666")Accessibility — WCAG contrast
Aa
#886666 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886666 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green40.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow25.0%
Key (black)46.7%
Color previews
#886666 text on a black background
contrast 4.14:1
Card sample
#886666 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886666;
Background color
Panel with #886666 background
background-color: #886666;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886666;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 102, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 102, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886666; background: linear-gradient(135deg, #886666, #887D66);