Violet Vamp
#daafd1
Violet Vamp, represented by the hex value #daafd1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #daafd1 | |
|---|---|---|
| RGB | rgb(218, 175, 209) | |
| HSL | hsl(313, 37%, 77%) | |
| CMYK | cmyk(0%, 20%, 4%, 15%) | |
| LAB | lab(76, 20, -11) | |
| OKLCH | oklch(0.8 0.067 334) |
Color harmonies
Tints & shades
Code snippets
color: #daafd1;
background-color: #daafd1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFDAAFD1)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.69, blue: 0.82, alpha: 1.0)