Apricotta
#d8a48f
Apricotta is a color with the hex code #d8a48f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d8a48f | |
|---|---|---|
| RGB | rgb(216, 164, 143) | |
| HSL | hsl(17, 48%, 70%) | |
| CMYK | cmyk(0%, 24%, 34%, 15%) | |
| LAB | lab(72, 18, 19) | |
| OKLCH | oklch(0.76 0.069 43) |
Color harmonies
Tints & shades
Code snippets
color: #d8a48f;
background-color: #d8a48f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFD8A48F)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.64, blue: 0.56, alpha: 1.0)