Cafe Latte
#d6c6b4
Cafe Latte, represented by the hex value #d6c6b4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d6c6b4 | |
|---|---|---|
| RGB | rgb(214, 198, 180) | |
| HSL | hsl(32, 29%, 77%) | |
| CMYK | cmyk(0%, 7%, 16%, 16%) | |
| LAB | lab(81, 4, 11) | |
| OKLCH | oklch(0.83 0.03 71) |
Color harmonies
Tints & shades
Code snippets
color: #d6c6b4;
background-color: #d6c6b4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD6C6B4)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.78, blue: 0.71, alpha: 1.0)