Polar Opposite
#c2d6ec
Polar Opposite, represented by the hex value #c2d6ec, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c2d6ec | |
|---|---|---|
| RGB | rgb(194, 214, 236) | |
| HSL | hsl(211, 53%, 84%) | |
| CMYK | cmyk(18%, 9%, 0%, 7%) | |
| LAB | lab(85, -4, -13) | |
| OKLCH | oklch(0.87 0.037 251) |
Color harmonies
Tints & shades
Code snippets
color: #c2d6ec;
background-color: #c2d6ec;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC2D6EC)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.84, blue: 0.93, alpha: 1.0)