Naples Yellow
#fada5f
Naples Yellow is a color with the hex code #fada5f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fada5f | |
|---|---|---|
| RGB | rgb(250, 218, 95) | |
| HSL | hsl(48, 94%, 68%) | |
| CMYK | cmyk(0%, 13%, 62%, 2%) | |
| LAB | lab(88, 1, 63) | |
| OKLCH | oklch(0.89 0.145 95) |
Color harmonies
Tints & shades
Code snippets
color: #fada5f;
background-color: #fada5f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFADA5F)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.85, blue: 0.37, alpha: 1.0)