Named color

Thistle Purple

Thistle Purple is a muted pink color with HEX #D8BFD8. According to Colors Encyclopedia, it has RGB 216, 191, 216, HSL 300, 24%, 80%, warm temperature, and is useful for beauty branding, creative systems, and premium accents.

HEX #D8BFD8
RGB rgb(216, 191, 216)
HSL hsl(300 24% 80%)
CMYK cmyk(0, 12, 0, 15)
Luminance 0.5682
Contrast Black 12.36:1White 1.7:1

CSS Utilities

--color-thistle-purple: #D8BFD8;
.bg-thistle-purple { background-color: #D8BFD8; }
.text-thistle-purple { color: #D8BFD8; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.5682
Black text12.36:1AA Pass
White text1.7:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#D8BFD8",
  "rgb": [
    216,
    191,
    216
  ],
  "hsl": [
    300,
    24,
    80
  ],
  "cmyk": [
    0,
    12,
    0,
    15
  ],
  "luminance": 0.5682,
  "contrast": {
    "black": 12.36,
    "white": 1.7
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A"
  ]
}
Harmonies
{
  "complementary": "#C0D8C0",
  "analogous": [
    "#CCC0D8",
    "#D8C0CC"
  ],
  "triadic": [
    "#D8D8C0",
    "#C0D8D8"
  ],
  "tetradic": [
    "#D8CCC0",
    "#C0D8C0",
    "#C0CCD8"
  ],
  "splitComplementary": [
    "#CCD8C0",
    "#C0D8CC"
  ],
  "monochromatic": [
    "#FBF9FB",
    "#D8BFD8",
    "#B587B5"
  ]
}
Variants
{
  "light": "#FBF9FB",
  "dark": "#B587B5",
  "saturated": "#E3B5E3",
  "desaturated": "#CDCBCD",
  "pastel": "#FFFFFF",
  "neon": "#FFC2FF"
}
Pairings
{
  "best": [
    "#000000",
    "#C0D8C0",
    "#CCC0D8",
    "#D8C0CC"
  ],
  "avoid": [
    "#CDCBCD",
    "#FBF9FB"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#FBF9FB",
    "#CDCBCD"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "pastel-lavender",
    "thistle",
    "kunzite",
    "light-gray",
    "light-grey"
  ],
  "generatedPalettes": [
    "thistle-purple"
  ],
  "generatedComparisons": [
    "pastel-lavender-vs-thistle-purple",
    "thistle-vs-thistle-purple"
  ],
  "relatedFamilies": [
    "/colors/by-family/pink",
    "/colors/by-temperature/warm",
    "/colors/by-tone/muted"
  ],
  "relatedTools": [
    "/harmonies/thistle-purple",
    "/wcag/thistle-purple",
    "/css/colors/thistle-purple",
    "/hex/d8bfd8"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/pink",
      "/colors/by-temperature/warm",
      "/colors/by-tone/muted"
    ],
    "narrower": [
      "/palettes/thistle-purple"
    ],
    "related": [
      "/colors/pastel-lavender",
      "/colors/thistle",
      "/colors/kunzite",
      "/colors/light-gray",
      "/colors/light-grey",
      "/compare/pastel-lavender-vs-thistle-purple",
      "/compare/thistle-vs-thistle-purple",
      "/harmonies/thistle-purple",
      "/wcag/thistle-purple",
      "/css/colors/thistle-purple",
      "/hex/d8bfd8"
    ]
  }
}
Full JSON dataset
{
  "slug": "thistle-purple",
  "name": "Thistle Purple",
  "hex": "#D8BFD8",
  "uses": [
    "beauty branding",
    "creative systems",
    "premium accents"
  ],
  "psychology": {
    "associations": [
      "creativity",
      "depth",
      "softness"
    ],
    "contexts": [
      "beauty",
      "wellness",
      "luxury",
      "creative tools"
    ],
    "avoidIn": [
      "strict operational dashboards"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design and editorial color systems."
  },
  "family": "pink",
  "temperature": "warm",
  "tone": [
    "muted"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "pink",
    "warm",
    "muted",
    "beauty-branding",
    "creative-systems",
    "premium-accents",
    "creativity",
    "depth",
    "softness"
  ],
  "popularity": 84,
  "rgb": [
    216,
    191,
    216
  ],
  "hsl": [
    300,
    24,
    80
  ],
  "cmyk": [
    0,
    12,
    0,
    15
  ],
  "luminance": 0.5682,
  "contrast": {
    "black": 12.36,
    "white": 1.7
  },
  "harmonies": {
    "complementary": "#C0D8C0",
    "analogous": [
      "#CCC0D8",
      "#D8C0CC"
    ],
    "triadic": [
      "#D8D8C0",
      "#C0D8D8"
    ],
    "tetradic": [
      "#D8CCC0",
      "#C0D8C0",
      "#C0CCD8"
    ],
    "splitComplementary": [
      "#CCD8C0",
      "#C0D8CC"
    ],
    "monochromatic": [
      "#FBF9FB",
      "#D8BFD8",
      "#B587B5"
    ]
  },
  "variants": {
    "light": "#FBF9FB",
    "dark": "#B587B5",
    "saturated": "#E3B5E3",
    "desaturated": "#CDCBCD",
    "pastel": "#FFFFFF",
    "neon": "#FFC2FF"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "css": {
    "variable": "--color-thistle-purple: #D8BFD8;",
    "utility": ".bg-thistle-purple { background-color: #D8BFD8; }",
    "textUtility": ".text-thistle-purple { color: #D8BFD8; }"
  },
  "nearestColors": [
    "pastel-lavender",
    "thistle",
    "kunzite",
    "light-gray",
    "light-grey"
  ],
  "generatedPalettes": [
    "thistle-purple"
  ],
  "generatedComparisons": [
    "pastel-lavender-vs-thistle-purple",
    "thistle-vs-thistle-purple"
  ],
  "relatedFamilies": [
    "/colors/by-family/pink",
    "/colors/by-temperature/warm",
    "/colors/by-tone/muted"
  ],
  "relatedTools": [
    "/harmonies/thistle-purple",
    "/wcag/thistle-purple",
    "/css/colors/thistle-purple",
    "/hex/d8bfd8"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/pink",
      "/colors/by-temperature/warm",
      "/colors/by-tone/muted"
    ],
    "narrower": [
      "/palettes/thistle-purple"
    ],
    "related": [
      "/colors/pastel-lavender",
      "/colors/thistle",
      "/colors/kunzite",
      "/colors/light-gray",
      "/colors/light-grey",
      "/compare/pastel-lavender-vs-thistle-purple",
      "/compare/thistle-vs-thistle-purple",
      "/harmonies/thistle-purple",
      "/wcag/thistle-purple",
      "/css/colors/thistle-purple",
      "/hex/d8bfd8"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#C0D8C0",
      "#CCC0D8",
      "#D8C0CC"
    ],
    "avoid": [
      "#CDCBCD",
      "#FBF9FB"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#FBF9FB",
      "#CDCBCD"
    ]
  }
}

Color meaning and use

About Thistle Purple Color

Thistle Purple sits in the pink family with warm temperature and muted visual character. Thistle Purple is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include creativity, depth, and softness, which makes it relevant for beauty and wellness. In design work, Thistle Purple is most useful for beauty branding, creative systems, and premium accents, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Thistle Purple against black and white text.

Black text12.36:1AA Pass
White text1.7:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A

Similar Colors

Color Harmonies

#C0D8C0#C0D8C0
#CCC0D8#CCC0D8
#D8C0CC#D8C0CC
#D8D8C0#D8D8C0
#C0D8D8#C0D8D8

Variants

#FBF9FB#FBF9FB
#B587B5#B587B5
#E3B5E3#E3B5E3
#CDCBCD#CDCBCD
White#FFFFFF
#FFC2FF#FFC2FF

Pairings

Black#000000
#C0D8C0#C0D8C0
#CCC0D8#CCC0D8
#D8C0CC#D8C0CC
Matte Black#1A1A1A
White Smoke#F5F5F5