Concrete Jungle
#999988
Here's everything about the color Concrete Jungle (#999988) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #999988 | |
|---|---|---|
| RGB | rgb(153, 153, 136) | |
| HSL | hsl(60, 8%, 57%) | |
| CMYK | cmyk(0%, 0%, 11%, 40%) | |
| LAB | lab(63, -2, 9) | |
| OKLCH | oklch(0.68 0.024 107) |
Color harmonies
Tints & shades
Code snippets
color: #999988;
background-color: #999988;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF999988)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.60, blue: 0.53, alpha: 1.0)