Waterfall
#3ab0a2
Waterfall is a color with the hex code #3ab0a2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #3ab0a2 | |
|---|---|---|
| RGB | rgb(58, 176, 162) | |
| HSL | hsl(173, 50%, 46%) | |
| CMYK | cmyk(67%, 0%, 8%, 31%) | |
| LAB | lab(65, -36, -3) | |
| OKLCH | oklch(0.69 0.105 184) |
Color harmonies
Tints & shades
Code snippets
color: #3ab0a2;
background-color: #3ab0a2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF3AB0A2)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.69, blue: 0.64, alpha: 1.0)