#88ccb0
a light, soft green · cool · closest name: turquoise
RGB
136, 204, 176
HSL
155°, 40%, 67%
CMYK
33, 0, 14, 20
Luminance
0.5155
Every format
| HEX | #88ccb0 |
| RGB | rgb(136, 204, 176) |
| HSL | hsl(155, 40%, 67%) |
| CMYK | cmyk(33%, 0%, 14%, 20%) |
| LAB | lab(77.0 -27.5 7.2) |
| LCH | lch(77.0 28.5 165.4) |
| OKLCH | oklch(0.792 0.080 166.6) |
Copy-ready code
/* CSS */
color: #88ccb0;
background-color: #88ccb0;
/* Tailwind (arbitrary) */
class="text-[#88ccb0] bg-[#88ccb0]"
/* SCSS */
$brand: #88ccb0;
/* SwiftUI */
Color(red: 0.533, green: 0.800, blue: 0.690)
/* Android */
Color.parseColor("#88ccb0")Accessibility — WCAG contrast
Aa
#88ccb0 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ccb0 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.0%
Blue69.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow13.7%
Key (black)20.0%
Color previews
#88ccb0 text on a black background
contrast 11.31:1
Card sample
#88ccb0 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ccb0;
Background color
Panel with #88ccb0 background
background-color: #88ccb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ccb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 204, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 204, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ccb0; background: linear-gradient(135deg, #88ccb0, #88BBCC);