#88ffbb
a light, electric green · cool · closest name: aquamarine
RGB
136, 255, 187
HSL
146°, 100%, 77%
CMYK
47, 0, 27, 0
Luminance
0.8034
Every format
| HEX | #88ffbb |
| RGB | rgb(136, 255, 187) |
| HSL | hsl(146, 100%, 77%) |
| CMYK | cmyk(47%, 0%, 27%, 0%) |
| LAB | lab(91.8 -48.5 22.3) |
| LCH | lch(91.8 53.3 155.3) |
| OKLCH | oklch(0.913 0.144 156.9) |
Copy-ready code
/* CSS */
color: #88ffbb;
background-color: #88ffbb;
/* Tailwind (arbitrary) */
class="text-[#88ffbb] bg-[#88ffbb]"
/* SCSS */
$brand: #88ffbb;
/* SwiftUI */
Color(red: 0.533, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#88ffbb")Accessibility — WCAG contrast
Aa
#88ffbb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ffbb on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green100.0%
Blue73.3%
CMYK percentages
Cyan46.7%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#88ffbb text on a black background
contrast 17.07:1
Card sample
#88ffbb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ffbb;
Background color
Panel with #88ffbb background
background-color: #88ffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ffbb; background: linear-gradient(135deg, #88ffbb, #88F4FF);