#88881b
a dark, vivid yellow · cool · closest name: olive
RGB
136, 136, 27
HSL
60°, 67%, 32%
CMYK
0, 0, 80, 47
Luminance
0.2292
Every format
| HEX | #88881b |
| RGB | rgb(136, 136, 27) |
| HSL | hsl(60, 67%, 32%) |
| CMYK | cmyk(0%, 0%, 80%, 47%) |
| LAB | lab(55.0 -12.8 53.5) |
| LCH | lch(55.0 55.0 103.5) |
| OKLCH | oklch(0.608 0.123 109.6) |
Copy-ready code
/* CSS */
color: #88881b;
background-color: #88881b;
/* Tailwind (arbitrary) */
class="text-[#88881b] bg-[#88881b]"
/* SCSS */
$brand: #88881b;
/* SwiftUI */
Color(red: 0.533, green: 0.533, blue: 0.106)
/* Android */
Color.parseColor("#88881b")Accessibility — WCAG contrast
Aa
#88881b on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#88881b on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green53.3%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow80.1%
Key (black)46.7%
Color previews
#88881b text on a black background
contrast 5.58:1
Card sample
#88881b text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88881b;
Background color
Panel with #88881b background
background-color: #88881b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88881b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 136, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 136, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88881b; background: linear-gradient(135deg, #88881b, #3F881B);