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