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