Apricot
#ffb16d
Apricot is a color with the hex code #ffb16d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffb16d | |
|---|---|---|
| RGB | rgb(255, 177, 109) | |
| HSL | hsl(28, 100%, 71%) | |
| CMYK | cmyk(0%, 31%, 57%, 0%) | |
| LAB | lab(79, 24, 46) | |
| OKLCH | oklch(0.82 0.124 61) |
Color harmonies
Tints & shades
Code snippets
color: #ffb16d;
background-color: #ffb16d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFB16D)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.69, blue: 0.43, alpha: 1.0)