Porcelain
#dddcdb
Porcelain is a color with the hex code #dddcdb. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dddcdb | |
|---|---|---|
| RGB | rgb(221, 220, 219) | |
| HSL | hsl(30, 3%, 86%) | |
| CMYK | cmyk(0%, 0%, 1%, 13%) | |
| LAB | lab(88, 0, 1) | |
| OKLCH | oklch(0.89 0.002 68) |
Color harmonies
Tints & shades
Code snippets
color: #dddcdb;
background-color: #dddcdb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDDCDB)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.86, blue: 0.86, alpha: 1.0)