Walrus
#999b9b
Looking for the precise values behind Walrus (#999b9b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #999b9b | |
|---|---|---|
| RGB | rgb(153, 155, 155) | |
| HSL | hsl(180, 1%, 60%) | |
| CMYK | cmyk(1%, 0%, 0%, 39%) | |
| LAB | lab(64, -1, 0) | |
| OKLCH | oklch(0.69 0.002 197) |
Color harmonies
Tints & shades
Code snippets
color: #999b9b;
background-color: #999b9b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF999B9B)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.61, blue: 0.61, alpha: 1.0)