#88cc8e
a light, soft green · cool · closest name: aquamarine
RGB
136, 204, 142
HSL
125°, 40%, 67%
CMYK
33, 0, 30, 20
Luminance
0.5037
Every format
| HEX | #88cc8e |
| RGB | rgb(136, 204, 142) |
| HSL | hsl(125, 40%, 67%) |
| CMYK | cmyk(33%, 0%, 30%, 20%) |
| LAB | lab(76.3 -34.0 24.3) |
| LCH | lch(76.3 41.8 144.5) |
| OKLCH | oklch(0.784 0.111 146.5) |
Copy-ready code
/* CSS */
color: #88cc8e;
background-color: #88cc8e;
/* Tailwind (arbitrary) */
class="text-[#88cc8e] bg-[#88cc8e]"
/* SCSS */
$brand: #88cc8e;
/* SwiftUI */
Color(red: 0.533, green: 0.800, blue: 0.557)
/* Android */
Color.parseColor("#88cc8e")Accessibility — WCAG contrast
Aa
#88cc8e on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cc8e on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.0%
Blue55.7%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow30.4%
Key (black)20.0%
Color previews
#88cc8e text on a black background
contrast 11.07:1
Card sample
#88cc8e text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cc8e;
Background color
Panel with #88cc8e background
background-color: #88cc8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cc8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 204, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 204, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cc8e; background: linear-gradient(135deg, #88cc8e, #88CCBB);