#88cf39
a balanced, vivid green · cool · closest name: olivedrab
RGB
136, 207, 57
HSL
88°, 61%, 52%
CMYK
34, 0, 73, 19
Luminance
0.5016
Every format
| HEX | #88cf39 |
| RGB | rgb(136, 207, 57) |
| HSL | hsl(88, 61%, 52%) |
| CMYK | cmyk(34%, 0%, 73%, 19%) |
| LAB | lab(76.2 -45.1 63.5) |
| LCH | lch(76.2 77.9 125.4) |
| OKLCH | oklch(0.779 0.191 131.8) |
Copy-ready code
/* CSS */
color: #88cf39;
background-color: #88cf39;
/* Tailwind (arbitrary) */
class="text-[#88cf39] bg-[#88cf39]"
/* SCSS */
$brand: #88cf39;
/* SwiftUI */
Color(red: 0.533, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#88cf39")Accessibility — WCAG contrast
Aa
#88cf39 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cf39 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green81.2%
Blue22.4%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#88cf39 text on a black background
contrast 11.03:1
Card sample
#88cf39 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cf39;
Background color
Panel with #88cf39 background
background-color: #88cf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cf39; background: linear-gradient(135deg, #88cf39, #39CF4E);