#88c3af
a balanced, soft green · cool · closest name: turquoise
RGB
136, 195, 175
HSL
160°, 33%, 65%
CMYK
30, 0, 10, 24
Luminance
0.4736
Every format
| HEX | #88c3af |
| RGB | rgb(136, 195, 175) |
| HSL | hsl(160, 33%, 65%) |
| CMYK | cmyk(30%, 0%, 10%, 24%) |
| LAB | lab(74.4 -23.3 4.0) |
| LCH | lch(74.4 23.7 170.3) |
| OKLCH | oklch(0.771 0.068 171.3) |
Copy-ready code
/* CSS */
color: #88c3af;
background-color: #88c3af;
/* Tailwind (arbitrary) */
class="text-[#88c3af] bg-[#88c3af]"
/* SCSS */
$brand: #88c3af;
/* SwiftUI */
Color(red: 0.533, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#88c3af")Accessibility — WCAG contrast
Aa
#88c3af on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88c3af on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green76.5%
Blue68.6%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#88c3af text on a black background
contrast 10.47:1
Card sample
#88c3af text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88c3af;
Background color
Panel with #88c3af background
background-color: #88c3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88c3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88c3af; background: linear-gradient(135deg, #88c3af, #88B0C3);