#998877
a balanced, muted orange · warm · closest name: gray
RGB
153, 136, 119
HSL
30°, 14%, 53%
CMYK
0, 11, 22, 40
Luminance
0.2571
Every format
| HEX | #998877 |
| RGB | rgb(153, 136, 119) |
| HSL | hsl(30, 14%, 53%) |
| CMYK | cmyk(0%, 11%, 22%, 40%) |
| LAB | lab(57.8 3.6 11.5) |
| LCH | lch(57.8 12.0 72.8) |
| OKLCH | oklch(0.637 0.032 67.2) |
Copy-ready code
/* CSS */
color: #998877;
background-color: #998877;
/* Tailwind (arbitrary) */
class="text-[#998877] bg-[#998877]"
/* SCSS */
$brand: #998877;
/* SwiftUI */
Color(red: 0.600, green: 0.533, blue: 0.467)
/* Android */
Color.parseColor("#998877")Accessibility — WCAG contrast
Aa
#998877 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998877 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green53.3%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow22.2%
Key (black)40.0%
Color previews
#998877 text on a black background
contrast 6.14:1
Card sample
#998877 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998877;
Background color
Panel with #998877 background
background-color: #998877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 136, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 136, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998877; background: linear-gradient(135deg, #998877, #939977);