#888921
a dark, vivid yellow · cool · closest name: olive
RGB
136, 137, 33
HSL
61°, 61%, 33%
CMYK
1, 0, 76, 46
Luminance
0.2324
Every format
| HEX | #888921 |
| RGB | rgb(136, 137, 33) |
| HSL | hsl(61, 61%, 33%) |
| CMYK | cmyk(1%, 0%, 76%, 46%) |
| LAB | lab(55.3 -13.1 51.8) |
| LCH | lch(55.3 53.4 104.2) |
| OKLCH | oklch(0.610 0.121 110.1) |
Copy-ready code
/* CSS */
color: #888921;
background-color: #888921;
/* Tailwind (arbitrary) */
class="text-[#888921] bg-[#888921]"
/* SCSS */
$brand: #888921;
/* SwiftUI */
Color(red: 0.533, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#888921")Accessibility — WCAG contrast
Aa
#888921 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#888921 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green53.7%
Blue12.9%
CMYK percentages
Cyan0.7%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#888921 text on a black background
contrast 5.65:1
Card sample
#888921 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #888921;
Background color
Panel with #888921 background
background-color: #888921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #888921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #888921; background: linear-gradient(135deg, #888921, #438921);