Shōji
#ded5c7
Looking for the precise values behind Shōji (#ded5c7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ded5c7 | |
|---|---|---|
| RGB | rgb(222, 213, 199) | |
| HSL | hsl(37, 26%, 83%) | |
| CMYK | cmyk(0%, 4%, 10%, 13%) | |
| LAB | lab(86, 1, 8) | |
| OKLCH | oklch(0.88 0.021 79) |
Color harmonies
Tints & shades
Code snippets
color: #ded5c7;
background-color: #ded5c7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDED5C7)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.84, blue: 0.78, alpha: 1.0)