#88bbaa
a balanced, soft cyan · cool · closest name: silver
RGB
136, 187, 170
HSL
160°, 27%, 63%
CMYK
27, 0, 9, 27
Luminance
0.4368
Every format
| HEX | #88bbaa |
| RGB | rgb(136, 187, 170) |
| HSL | hsl(160, 27%, 63%) |
| CMYK | cmyk(27%, 0%, 9%, 27%) |
| LAB | lab(72.0 -20.4 3.2) |
| LCH | lch(72.0 20.6 171.0) |
| OKLCH | oklch(0.751 0.059 172.0) |
Copy-ready code
/* CSS */
color: #88bbaa;
background-color: #88bbaa;
/* Tailwind (arbitrary) */
class="text-[#88bbaa] bg-[#88bbaa]"
/* SCSS */
$brand: #88bbaa;
/* SwiftUI */
Color(red: 0.533, green: 0.733, blue: 0.667)
/* Android */
Color.parseColor("#88bbaa")Accessibility — WCAG contrast
Aa
#88bbaa on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88bbaa on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green73.3%
Blue66.7%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow9.1%
Key (black)26.7%
Color previews
#88bbaa text on a black background
contrast 9.74:1
Card sample
#88bbaa text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88bbaa;
Background color
Panel with #88bbaa background
background-color: #88bbaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88bbaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 187, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 187, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88bbaa; background: linear-gradient(135deg, #88bbaa, #88AABB);