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