#88df3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
136, 223, 63
HSL
93°, 71%, 56%
CMYK
39, 0, 72, 13
Luminance
0.5837
Every format
| HEX | #88df3f |
| RGB | rgb(136, 223, 63) |
| HSL | hsl(93, 71%, 56%) |
| CMYK | cmyk(39%, 0%, 72%, 13%) |
| LAB | lab(80.9 -51.3 66.2) |
| LCH | lch(80.9 83.8 127.8) |
| OKLCH | oklch(0.819 0.207 134.0) |
Copy-ready code
/* CSS */
color: #88df3f;
background-color: #88df3f;
/* Tailwind (arbitrary) */
class="text-[#88df3f] bg-[#88df3f]"
/* SCSS */
$brand: #88df3f;
/* SwiftUI */
Color(red: 0.533, green: 0.875, blue: 0.247)
/* Android */
Color.parseColor("#88df3f")Accessibility — WCAG contrast
Aa
#88df3f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88df3f on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green87.5%
Blue24.7%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow71.7%
Key (black)12.5%
Color previews
#88df3f text on a black background
contrast 12.67:1
Card sample
#88df3f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88df3f;
Background color
Panel with #88df3f background
background-color: #88df3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88df3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 223, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 223, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88df3f; background: linear-gradient(135deg, #88df3f, #3FDF61);