Lily Pads
#6db083
Lily Pads, represented by the hex value #6db083, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #6db083 | |
|---|---|---|
| RGB | rgb(109, 176, 131) | |
| HSL | hsl(140, 30%, 56%) | |
| CMYK | cmyk(38%, 0%, 26%, 31%) | |
| LAB | lab(66, -30, 16) | |
| OKLCH | oklch(0.7 0.095 154) |
Color harmonies
Tints & shades
Code snippets
color: #6db083;
background-color: #6db083;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF6DB083)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.69, blue: 0.51, alpha: 1.0)