Oh Pistachio
#abca99
Oh Pistachio, represented by the hex value #abca99, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #abca99 | |
|---|---|---|
| RGB | rgb(171, 202, 153) | |
| HSL | hsl(98, 32%, 70%) | |
| CMYK | cmyk(15%, 0%, 24%, 21%) | |
| LAB | lab(78, -17, 21) | |
| OKLCH | oklch(0.8 0.075 134) |
Color harmonies
Tints & shades
Code snippets
color: #abca99;
background-color: #abca99;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFABCA99)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.79, blue: 0.60, alpha: 1.0)