#88cc93
a light, soft green · cool · closest name: aquamarine
RGB
136, 204, 147
HSL
130°, 40%, 67%
CMYK
33, 0, 28, 20
Luminance
0.5053
Every format
| HEX | #88cc93 |
| RGB | rgb(136, 204, 147) |
| HSL | hsl(130, 40%, 67%) |
| CMYK | cmyk(33%, 0%, 28%, 20%) |
| LAB | lab(76.4 -33.1 21.8) |
| LCH | lch(76.4 39.6 146.7) |
| OKLCH | oklch(0.785 0.106 148.6) |
Copy-ready code
/* CSS */
color: #88cc93;
background-color: #88cc93;
/* Tailwind (arbitrary) */
class="text-[#88cc93] bg-[#88cc93]"
/* SCSS */
$brand: #88cc93;
/* SwiftUI */
Color(red: 0.533, green: 0.800, blue: 0.576)
/* Android */
Color.parseColor("#88cc93")Accessibility — WCAG contrast
Aa
#88cc93 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cc93 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.0%
Blue57.6%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow27.9%
Key (black)20.0%
Color previews
#88cc93 text on a black background
contrast 11.11:1
Card sample
#88cc93 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cc93;
Background color
Panel with #88cc93 background
background-color: #88cc93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cc93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 204, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 204, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cc93; background: linear-gradient(135deg, #88cc93, #88CCC0);