Purple Poodle
#dab4cc
Purple Poodle, represented by the hex value #dab4cc, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dab4cc | |
|---|---|---|
| RGB | rgb(218, 180, 204) | |
| HSL | hsl(322, 34%, 78%) | |
| CMYK | cmyk(0%, 17%, 6%, 15%) | |
| LAB | lab(77, 17, -7) | |
| OKLCH | oklch(0.81 0.054 340) |
Color harmonies
Tints & shades
Code snippets
color: #dab4cc;
background-color: #dab4cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFDAB4CC)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.71, blue: 0.80, alpha: 1.0)