Sprouted
#f3d48b
Sprouted, represented by the hex value #f3d48b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f3d48b | |
|---|---|---|
| RGB | rgb(243, 212, 139) | |
| HSL | hsl(42, 81%, 75%) | |
| CMYK | cmyk(0%, 13%, 43%, 5%) | |
| LAB | lab(86, 4, 40) | |
| OKLCH | oklch(0.88 0.098 87) |
Color harmonies
Tints & shades
Code snippets
color: #f3d48b;
background-color: #f3d48b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3D48B)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.83, blue: 0.55, alpha: 1.0)