Lagoon
#4b9b93
Lagoon is a color with the hex code #4b9b93. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #4b9b93 | |
|---|---|---|
| RGB | rgb(75, 155, 147) | |
| HSL | hsl(174, 35%, 45%) | |
| CMYK | cmyk(52%, 0%, 5%, 39%) | |
| LAB | lab(59, -27, -4) | |
| OKLCH | oklch(0.64 0.08 187) |
Color harmonies
Tints & shades
Code snippets
color: #4b9b93;
background-color: #4b9b93;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF4B9B93)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.61, blue: 0.58, alpha: 1.0)