Alpaca
#f9ede2
Alpaca, represented by the hex value #f9ede2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f9ede2 | |
|---|---|---|
| RGB | rgb(249, 237, 226) | |
| HSL | hsl(29, 66%, 93%) | |
| CMYK | cmyk(0%, 5%, 9%, 2%) | |
| LAB | lab(94, 3, 7) | |
| OKLCH | oklch(0.95 0.02 65) |
Color harmonies
Tints & shades
Code snippets
color: #f9ede2;
background-color: #f9ede2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9EDE2)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.93, blue: 0.89, alpha: 1.0)