Vintage Bloom
#c0b0d0
Vintage Bloom, represented by the hex value #c0b0d0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c0b0d0 | |
|---|---|---|
| RGB | rgb(192, 176, 208) | |
| HSL | hsl(270, 25%, 75%) | |
| CMYK | cmyk(8%, 15%, 0%, 18%) | |
| LAB | lab(74, 10, -14) | |
| OKLCH | oklch(0.78 0.048 308) |
Color harmonies
Tints & shades
Code snippets
color: #c0b0d0;
background-color: #c0b0d0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC0B0D0)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.69, blue: 0.82, alpha: 1.0)