Getting Wet
#c3dae3
Getting Wet, represented by the hex value #c3dae3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c3dae3 | |
|---|---|---|
| RGB | rgb(195, 218, 227) | |
| HSL | hsl(197, 36%, 83%) | |
| CMYK | cmyk(14%, 4%, 0%, 11%) | |
| LAB | lab(86, -7, -7) | |
| OKLCH | oklch(0.87 0.028 223) |
Color harmonies
Tints & shades
Code snippets
color: #c3dae3;
background-color: #c3dae3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC3DAE3)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.85, blue: 0.89, alpha: 1.0)