Skeleton
#ebdecc
Looking for the precise values behind Skeleton (#ebdecc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ebdecc | |
|---|---|---|
| RGB | rgb(235, 222, 204) | |
| HSL | hsl(35, 44%, 86%) | |
| CMYK | cmyk(0%, 6%, 13%, 8%) | |
| LAB | lab(89, 2, 11) | |
| OKLCH | oklch(0.91 0.028 76) |
Color harmonies
Tints & shades
Code snippets
color: #ebdecc;
background-color: #ebdecc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBDECC)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.87, blue: 0.80, alpha: 1.0)