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