#88a521
a dark, vivid green · cool · closest name: olivedrab
RGB
136, 165, 33
HSL
73°, 67%, 39%
CMYK
18, 0, 80, 35
Luminance
0.3225
Every format
| HEX | #88a521 |
| RGB | rgb(136, 165, 33) |
| HSL | hsl(73, 67%, 39%) |
| CMYK | cmyk(18%, 0%, 80%, 35%) |
| LAB | lab(63.5 -27.4 59.4) |
| LCH | lch(63.5 65.4 114.8) |
| OKLCH | oklch(0.676 0.153 121.9) |
Copy-ready code
/* CSS */
color: #88a521;
background-color: #88a521;
/* Tailwind (arbitrary) */
class="text-[#88a521] bg-[#88a521]"
/* SCSS */
$brand: #88a521;
/* SwiftUI */
Color(red: 0.533, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#88a521")Accessibility — WCAG contrast
Aa
#88a521 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88a521 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green64.7%
Blue12.9%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#88a521 text on a black background
contrast 7.45:1
Card sample
#88a521 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88a521;
Background color
Panel with #88a521 background
background-color: #88a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88a521; background: linear-gradient(135deg, #88a521, #30A521);