Apricot Sherbet
#fbcd9f
Looking for the precise values behind Apricot Sherbet (#fbcd9f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fbcd9f | |
|---|---|---|
| RGB | rgb(251, 205, 159) | |
| HSL | hsl(30, 92%, 80%) | |
| CMYK | cmyk(0%, 18%, 37%, 2%) | |
| LAB | lab(86, 12, 29) | |
| OKLCH | oklch(0.88 0.079 66) |
Color harmonies
Tints & shades
Code snippets
color: #fbcd9f;
background-color: #fbcd9f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBCD9F)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.80, blue: 0.62, alpha: 1.0)