#998855
a balanced, soft yellow · cool · closest name: tan
RGB
153, 136, 85
HSL
45°, 29%, 47%
CMYK
0, 11, 44, 40
Luminance
0.2504
Every format
| HEX | #998855 |
| RGB | rgb(153, 136, 85) |
| HSL | hsl(45, 29%, 47%) |
| CMYK | cmyk(0%, 11%, 44%, 40%) |
| LAB | lab(57.1 -1.0 29.7) |
| LCH | lch(57.1 29.7 91.9) |
| OKLCH | oklch(0.630 0.072 91.7) |
Copy-ready code
/* CSS */
color: #998855;
background-color: #998855;
/* Tailwind (arbitrary) */
class="text-[#998855] bg-[#998855]"
/* SCSS */
$brand: #998855;
/* SwiftUI */
Color(red: 0.600, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#998855")Accessibility — WCAG contrast
Aa
#998855 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998855 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green53.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow44.4%
Key (black)40.0%
Color previews
#998855 text on a black background
contrast 6.01:1
Card sample
#998855 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998855;
Background color
Panel with #998855 background
background-color: #998855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998855; background: linear-gradient(135deg, #998855, #7D9955);