Big Spender
#acddaf
Big Spender, represented by the hex value #acddaf, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #acddaf | |
|---|---|---|
| RGB | rgb(172, 221, 175) | |
| HSL | hsl(124, 42%, 77%) | |
| CMYK | cmyk(22%, 0%, 21%, 13%) | |
| LAB | lab(84, -23, 17) | |
| OKLCH | oklch(0.85 0.081 146) |
Color harmonies
Tints & shades
Code snippets
color: #acddaf;
background-color: #acddaf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFACDDAF)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.87, blue: 0.69, alpha: 1.0)