Wet Asphalt
#989cab
Looking for the precise values behind Wet Asphalt (#989cab)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #989cab | |
|---|---|---|
| RGB | rgb(152, 156, 171) | |
| HSL | hsl(227, 10%, 63%) | |
| CMYK | cmyk(11%, 9%, 0%, 33%) | |
| LAB | lab(64, 1, -8) | |
| OKLCH | oklch(0.69 0.022 274) |
Color harmonies
Tints & shades
Code snippets
color: #989cab;
background-color: #989cab;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF989CAB)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.61, blue: 0.67, alpha: 1.0)