#888b21
a dark, vivid yellow · cool · closest name: olive
RGB
136, 139, 33
HSL
62°, 62%, 34%
CMYK
2, 0, 76, 46
Luminance
0.2381
Every format
| HEX | #888b21 |
| RGB | rgb(136, 139, 33) |
| HSL | hsl(62, 62%, 34%) |
| CMYK | cmyk(2%, 0%, 76%, 46%) |
| LAB | lab(55.9 -14.2 52.4) |
| LCH | lch(55.9 54.2 105.2) |
| OKLCH | oklch(0.615 0.123 111.2) |
Copy-ready code
/* CSS */
color: #888b21;
background-color: #888b21;
/* Tailwind (arbitrary) */
class="text-[#888b21] bg-[#888b21]"
/* SCSS */
$brand: #888b21;
/* SwiftUI */
Color(red: 0.533, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#888b21")Accessibility — WCAG contrast
Aa
#888b21 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#888b21 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green54.5%
Blue12.9%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow76.3%
Key (black)45.5%
Color previews
#888b21 text on a black background
contrast 5.76:1
Card sample
#888b21 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #888b21;
Background color
Panel with #888b21 background
background-color: #888b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #888b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #888b21; background: linear-gradient(135deg, #888b21, #418B21);