Cashmere
#d1b399
Looking for the precise values behind Cashmere (#d1b399)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d1b399 | |
|---|---|---|
| RGB | rgb(209, 179, 153) | |
| HSL | hsl(28, 38%, 71%) | |
| CMYK | cmyk(0%, 14%, 27%, 18%) | |
| LAB | lab(75, 8, 18) | |
| OKLCH | oklch(0.79 0.05 63) |
Color harmonies
Tints & shades
Code snippets
color: #d1b399;
background-color: #d1b399;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD1B399)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.70, blue: 0.60, alpha: 1.0)