Swimming
#c2e5e5
Swimming, represented by the hex value #c2e5e5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c2e5e5 | |
|---|---|---|
| RGB | rgb(194, 229, 229) | |
| HSL | hsl(180, 40%, 83%) | |
| CMYK | cmyk(15%, 0%, 0%, 10%) | |
| LAB | lab(88, -12, -4) | |
| OKLCH | oklch(0.9 0.037 197) |
Color harmonies
Tints & shades
Code snippets
color: #c2e5e5;
background-color: #c2e5e5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC2E5E5)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.90, blue: 0.90, alpha: 1.0)