#887799
a balanced, muted violet · warm · closest name: gray
RGB
136, 119, 153
HSL
270°, 14%, 53%
CMYK
11, 22, 0, 40
Luminance
0.2073
Every format
| HEX | #887799 |
| RGB | rgb(136, 119, 153) |
| HSL | hsl(270, 14%, 53%) |
| CMYK | cmyk(11%, 22%, 0%, 40%) |
| LAB | lab(52.6 13.4 -15.9) |
| LCH | lch(52.6 20.8 310.1) |
| OKLCH | oklch(0.597 0.054 307.4) |
Copy-ready code
/* CSS */
color: #887799;
background-color: #887799;
/* Tailwind (arbitrary) */
class="text-[#887799] bg-[#887799]"
/* SCSS */
$brand: #887799;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.600)
/* Android */
Color.parseColor("#887799")Accessibility — WCAG contrast
Aa
#887799 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887799 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue60.0%
CMYK percentages
Cyan11.1%
Magenta22.2%
Yellow0.0%
Key (black)40.0%
Color previews
#887799 text on a black background
contrast 5.15:1
Card sample
#887799 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887799;
Background color
Panel with #887799 background
background-color: #887799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887799; background: linear-gradient(135deg, #887799, #997793);