Salt-N-Pepa
#dcd9db
Looking for the precise values behind Salt-N-Pepa (#dcd9db)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dcd9db | |
|---|---|---|
| RGB | rgb(220, 217, 219) | |
| HSL | hsl(320, 4%, 86%) | |
| CMYK | cmyk(0%, 1%, 0%, 14%) | |
| LAB | lab(87, 1, -1) | |
| OKLCH | oklch(0.89 0.004 337) |
Color harmonies
Tints & shades
Code snippets
color: #dcd9db;
background-color: #dcd9db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDCD9DB)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.85, blue: 0.86, alpha: 1.0)