Goldfish
#f2ad62
Goldfish, represented by the hex value #f2ad62, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f2ad62 | |
|---|---|---|
| RGB | rgb(242, 173, 98) | |
| HSL | hsl(31, 85%, 67%) | |
| CMYK | cmyk(0%, 29%, 60%, 5%) | |
| LAB | lab(76, 20, 48) | |
| OKLCH | oklch(0.8 0.122 67) |
Color harmonies
Tints & shades
Code snippets
color: #f2ad62;
background-color: #f2ad62;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF2AD62)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.68, blue: 0.38, alpha: 1.0)