Cashmere Clay
#cda291
Looking for the precise values behind Cashmere Clay (#cda291)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cda291 | |
|---|---|---|
| RGB | rgb(205, 162, 145) | |
| HSL | hsl(17, 38%, 69%) | |
| CMYK | cmyk(0%, 21%, 29%, 20%) | |
| LAB | lab(70, 15, 15) | |
| OKLCH | oklch(0.75 0.057 43) |
Color harmonies
Tints & shades
Code snippets
color: #cda291;
background-color: #cda291;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFCDA291)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.64, blue: 0.57, alpha: 1.0)