Froggy Pond
#7fba9e
Looking for the precise values behind Froggy Pond (#7fba9e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7fba9e | |
|---|---|---|
| RGB | rgb(127, 186, 158) | |
| HSL | hsl(152, 30%, 61%) | |
| CMYK | cmyk(32%, 0%, 15%, 27%) | |
| LAB | lab(71, -24, 8) | |
| OKLCH | oklch(0.74 0.074 163) |
Color harmonies
Tints & shades
Code snippets
color: #7fba9e;
background-color: #7fba9e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF7FBA9E)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.73, blue: 0.62, alpha: 1.0)