#88a30e
a dark, electric green · cool · closest name: olivedrab
RGB
136, 163, 14
HSL
71°, 84%, 35%
CMYK
17, 0, 91, 36
Luminance
0.3146
Every format
| HEX | #88a30e |
| RGB | rgb(136, 163, 14) |
| HSL | hsl(71, 84%, 35%) |
| CMYK | cmyk(17%, 0%, 91%, 36%) |
| LAB | lab(62.9 -27.0 63.2) |
| LCH | lch(62.9 68.7 113.1) |
| OKLCH | oklch(0.671 0.158 120.9) |
Copy-ready code
/* CSS */
color: #88a30e;
background-color: #88a30e;
/* Tailwind (arbitrary) */
class="text-[#88a30e] bg-[#88a30e]"
/* SCSS */
$brand: #88a30e;
/* SwiftUI */
Color(red: 0.533, green: 0.639, blue: 0.055)
/* Android */
Color.parseColor("#88a30e")Accessibility — WCAG contrast
Aa
#88a30e on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88a30e on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green63.9%
Blue5.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow91.4%
Key (black)36.1%
Color previews
#88a30e text on a black background
contrast 7.29:1
Card sample
#88a30e text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88a30e;
Background color
Panel with #88a30e background
background-color: #88a30e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88a30e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 163, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 163, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88a30e; background: linear-gradient(135deg, #88a30e, #25A30E);