Mellow Apricot
#f8b878
Mellow Apricot is a color with the hex code #f8b878. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8b878 | |
|---|---|---|
| RGB | rgb(248, 184, 120) | |
| HSL | hsl(30, 90%, 72%) | |
| CMYK | cmyk(0%, 26%, 52%, 3%) | |
| LAB | lab(80, 19, 42) | |
| OKLCH | oklch(0.83 0.11 65) |
Color harmonies
Tints & shades
Code snippets
color: #f8b878;
background-color: #f8b878;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8B878)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.72, blue: 0.47, alpha: 1.0)