Pebble
#9d9880
Looking for the precise values behind Pebble (#9d9880)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9d9880 | |
|---|---|---|
| RGB | rgb(157, 152, 128) | |
| HSL | hsl(50, 13%, 56%) | |
| CMYK | cmyk(0%, 3%, 18%, 38%) | |
| LAB | lab(63, -1, 13) | |
| OKLCH | oklch(0.68 0.035 97) |
Color harmonies
Tints & shades
Code snippets
color: #9d9880;
background-color: #9d9880;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9D9880)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.60, blue: 0.50, alpha: 1.0)