Wavelet
#7dc4cd
Wavelet, represented by the hex value #7dc4cd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7dc4cd | |
|---|---|---|
| RGB | rgb(125, 196, 205) | |
| HSL | hsl(187, 44%, 65%) | |
| CMYK | cmyk(39%, 4%, 0%, 20%) | |
| LAB | lab(75, -21, -12) | |
| OKLCH | oklch(0.78 0.072 206) |
Color harmonies
Tints & shades
Code snippets
color: #7dc4cd;
background-color: #7dc4cd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF7DC4CD)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.77, blue: 0.80, alpha: 1.0)