#88cf95
a light, soft green · cool · closest name: aquamarine
RGB
136, 207, 149
HSL
131°, 43%, 67%
CMYK
34, 0, 28, 19
Luminance
0.5203
Every format
| HEX | #88cf95 |
| RGB | rgb(136, 207, 149) |
| HSL | hsl(131, 43%, 67%) |
| CMYK | cmyk(34%, 0%, 28%, 19%) |
| LAB | lab(77.3 -34.2 22.0) |
| LCH | lch(77.3 40.6 147.3) |
| OKLCH | oklch(0.792 0.109 149.2) |
Copy-ready code
/* CSS */
color: #88cf95;
background-color: #88cf95;
/* Tailwind (arbitrary) */
class="text-[#88cf95] bg-[#88cf95]"
/* SCSS */
$brand: #88cf95;
/* SwiftUI */
Color(red: 0.533, green: 0.812, blue: 0.584)
/* Android */
Color.parseColor("#88cf95")Accessibility — WCAG contrast
Aa
#88cf95 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cf95 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green81.2%
Blue58.4%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow28.0%
Key (black)18.8%
Color previews
#88cf95 text on a black background
contrast 11.41:1
Card sample
#88cf95 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cf95;
Background color
Panel with #88cf95 background
background-color: #88cf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 207, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 207, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cf95; background: linear-gradient(135deg, #88cf95, #88CFC4);