In Good Taste
#b6d4a0
In Good Taste, represented by the hex value #b6d4a0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b6d4a0 | |
|---|---|---|
| RGB | rgb(182, 212, 160) | |
| HSL | hsl(95, 38%, 73%) | |
| CMYK | cmyk(14%, 0%, 25%, 17%) | |
| LAB | lab(82, -17, 22) | |
| OKLCH | oklch(0.83 0.077 132) |
Color harmonies
Tints & shades
Code snippets
color: #b6d4a0;
background-color: #b6d4a0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB6D4A0)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.83, blue: 0.63, alpha: 1.0)