#88ccbb
a light, soft cyan · cool · closest name: turquoise
RGB
136, 204, 187
HSL
165°, 40%, 67%
CMYK
33, 0, 8, 20
Luminance
0.5201
Every format
| HEX | #88ccbb |
| RGB | rgb(136, 204, 187) |
| HSL | hsl(165, 40%, 67%) |
| CMYK | cmyk(33%, 0%, 8%, 20%) |
| LAB | lab(77.3 -25.2 1.6) |
| LCH | lch(77.3 25.2 176.3) |
| OKLCH | oklch(0.795 0.073 176.9) |
Copy-ready code
/* CSS */
color: #88ccbb;
background-color: #88ccbb;
/* Tailwind (arbitrary) */
class="text-[#88ccbb] bg-[#88ccbb]"
/* SCSS */
$brand: #88ccbb;
/* SwiftUI */
Color(red: 0.533, green: 0.800, blue: 0.733)
/* Android */
Color.parseColor("#88ccbb")Accessibility — WCAG contrast
Aa
#88ccbb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ccbb on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.0%
Blue73.3%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow8.3%
Key (black)20.0%
Color previews
#88ccbb text on a black background
contrast 11.40:1
Card sample
#88ccbb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ccbb;
Background color
Panel with #88ccbb background
background-color: #88ccbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ccbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 204, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 204, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ccbb; background: linear-gradient(135deg, #88ccbb, #88B0CC);