Mothy
#cebbb3
Mothy, represented by the hex value #cebbb3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cebbb3 | |
|---|---|---|
| RGB | rgb(206, 187, 179) | |
| HSL | hsl(18, 22%, 75%) | |
| CMYK | cmyk(0%, 9%, 13%, 19%) | |
| LAB | lab(77, 6, 7) | |
| OKLCH | oklch(0.81 0.024 44) |
Color harmonies
Tints & shades
Code snippets
color: #cebbb3;
background-color: #cebbb3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEBBB3)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.73, blue: 0.70, alpha: 1.0)