#88aa33
a dark, vivid green · cool · closest name: olivedrab
RGB
136, 170, 51
HSL
77°, 54%, 43%
CMYK
20, 0, 70, 33
Luminance
0.3422
Every format
| HEX | #88aa33 |
| RGB | rgb(136, 170, 51) |
| HSL | hsl(77, 54%, 43%) |
| CMYK | cmyk(20%, 0%, 70%, 33%) |
| LAB | lab(65.1 -28.8 54.7) |
| LCH | lch(65.1 61.9 117.8) |
| OKLCH | oklch(0.690 0.149 124.1) |
Copy-ready code
/* CSS */
color: #88aa33;
background-color: #88aa33;
/* Tailwind (arbitrary) */
class="text-[#88aa33] bg-[#88aa33]"
/* SCSS */
$brand: #88aa33;
/* SwiftUI */
Color(red: 0.533, green: 0.667, blue: 0.200)
/* Android */
Color.parseColor("#88aa33")Accessibility — WCAG contrast
Aa
#88aa33 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88aa33 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green66.7%
Blue20.0%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow70.0%
Key (black)33.3%
Color previews
#88aa33 text on a black background
contrast 7.84:1
Card sample
#88aa33 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88aa33;
Background color
Panel with #88aa33 background
background-color: #88aa33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88aa33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 170, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 170, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88aa33; background: linear-gradient(135deg, #88aa33, #39AA33);