Infusion
#c8d0ca
Infusion, represented by the hex value #c8d0ca, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c8d0ca | |
|---|---|---|
| RGB | rgb(200, 208, 202) | |
| HSL | hsl(135, 8%, 80%) | |
| CMYK | cmyk(4%, 0%, 3%, 18%) | |
| LAB | lab(83, -4, 2) | |
| OKLCH | oklch(0.85 0.012 154) |
Color harmonies
Tints & shades
Code snippets
color: #c8d0ca;
background-color: #c8d0ca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC8D0CA)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.82, blue: 0.79, alpha: 1.0)