Moccasin
#fbebd6
Moccasin, represented by the hex value #fbebd6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fbebd6 | |
|---|---|---|
| RGB | rgb(251, 235, 214) | |
| HSL | hsl(34, 82%, 91%) | |
| CMYK | cmyk(0%, 6%, 15%, 2%) | |
| LAB | lab(94, 3, 12) | |
| OKLCH | oklch(0.95 0.033 75) |
Color harmonies
Tints & shades
Code snippets
color: #fbebd6;
background-color: #fbebd6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBEBD6)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.92, blue: 0.84, alpha: 1.0)