Cool as a Cucumber
#c6d86b
Cool as a Cucumber, represented by the hex value #c6d86b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c6d86b | |
|---|---|---|
| RGB | rgb(198, 216, 107) | |
| HSL | hsl(70, 58%, 63%) | |
| CMYK | cmyk(8%, 0%, 50%, 15%) | |
| LAB | lab(83, -18, 51) | |
| OKLCH | oklch(0.85 0.136 117) |
Color harmonies
Tints & shades
Code snippets
color: #c6d86b;
background-color: #c6d86b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC6D86B)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.85, blue: 0.42, alpha: 1.0)