Tender Shoot
#accb35
Tender Shoot, represented by the hex value #accb35, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #accb35 | |
|---|---|---|
| RGB | rgb(172, 203, 53) | |
| HSL | hsl(72, 59%, 50%) | |
| CMYK | cmyk(15%, 0%, 74%, 20%) | |
| LAB | lab(77, -25, 66) | |
| OKLCH | oklch(0.79 0.172 121) |
Color harmonies
Tints & shades
Code snippets
color: #accb35;
background-color: #accb35;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFACCB35)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.80, blue: 0.21, alpha: 1.0)