#888844
a dark, soft yellow · cool · closest name: olive
RGB
136, 136, 68
HSL
60°, 33%, 40%
CMYK
0, 0, 50, 47
Luminance
0.2326
Every format
| HEX | #888844 |
| RGB | rgb(136, 136, 68) |
| HSL | hsl(60, 33%, 40%) |
| CMYK | cmyk(0%, 0%, 50%, 47%) |
| LAB | lab(55.3 -10.1 36.2) |
| LCH | lch(55.3 37.6 105.6) |
| OKLCH | oklch(0.612 0.091 108.8) |
Copy-ready code
/* CSS */
color: #888844;
background-color: #888844;
/* Tailwind (arbitrary) */
class="text-[#888844] bg-[#888844]"
/* SCSS */
$brand: #888844;
/* SwiftUI */
Color(red: 0.533, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#888844")Accessibility — WCAG contrast
Aa
#888844 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#888844 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green53.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow50.0%
Key (black)46.7%
Color previews
#888844 text on a black background
contrast 5.65:1
Card sample
#888844 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #888844;
Background color
Panel with #888844 background
background-color: #888844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #888844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #888844; background: linear-gradient(135deg, #888844, #5B8844);