Swan Lake
#c5e5e2
Swan Lake, represented by the hex value #c5e5e2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c5e5e2 | |
|---|---|---|
| RGB | rgb(197, 229, 226) | |
| HSL | hsl(174, 38%, 84%) | |
| CMYK | cmyk(14%, 0%, 1%, 10%) | |
| LAB | lab(89, -11, -2) | |
| OKLCH | oklch(0.9 0.034 190) |
Color harmonies
Tints & shades
Code snippets
color: #c5e5e2;
background-color: #c5e5e2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC5E5E2)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.90, blue: 0.89, alpha: 1.0)