#88872c
a dark, vivid yellow · cool · closest name: olive
RGB
136, 135, 44
HSL
59°, 51%, 35%
CMYK
0, 1, 68, 47
Luminance
0.2274
Every format
| HEX | #88872c |
| RGB | rgb(136, 135, 44) |
| HSL | hsl(59, 51%, 35%) |
| CMYK | cmyk(0%, 1%, 68%, 47%) |
| LAB | lab(54.8 -11.5 47.0) |
| LCH | lch(54.8 48.4 103.7) |
| OKLCH | oklch(0.607 0.112 108.7) |
Copy-ready code
/* CSS */
color: #88872c;
background-color: #88872c;
/* Tailwind (arbitrary) */
class="text-[#88872c] bg-[#88872c]"
/* SCSS */
$brand: #88872c;
/* SwiftUI */
Color(red: 0.533, green: 0.529, blue: 0.173)
/* Android */
Color.parseColor("#88872c")Accessibility — WCAG contrast
Aa
#88872c on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#88872c on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green52.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta0.7%
Yellow67.6%
Key (black)46.7%
Color previews
#88872c text on a black background
contrast 5.55:1
Card sample
#88872c text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88872c;
Background color
Panel with #88872c background
background-color: #88872c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88872c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 135, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 135, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88872c; background: linear-gradient(135deg, #88872c, #4C882C);