Use this color
Create with Medium Purple
Open a professional color tool with #9370DB already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-medium-purple: #9370DB;
.bg-medium-purple { background-color: #9370DB; }
.text-medium-purple { color: #9370DB; }Color meaning and use
About Medium Purple Color
Medium Purple uses HEX #9370DB, RGB 147, 112, 219, and HSL 260°, 60%, 65%. The dataset classifies it in the purple family with cool temperature and balanced visual character.
No separate named-color neighbor is recorded for this entry. Its relative luminance is 0.2291; black contrast is 5.58:1 and white contrast is 3.76:1, making black the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Medium Purple against black and white text.
Downloadable color reference infographic
Medium Purple Color Reference Infographic
Save a high-resolution infographic of Medium Purple, including its color values, coordinated palette, and black and white text contrast.

Color Harmonies
Variants
Pairings
Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#9370DB",
"rgb": [
147,
112,
219
],
"hsl": [
260,
60,
65
],
"cmyk": [
33,
49,
0,
14
],
"luminance": 0.2291,
"contrast": {
"black": 5.58,
"white": 3.76
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
}Harmonies
{
"complementary": "#B8DB70",
"analogous": [
"#7082DB",
"#C970DB"
],
"triadic": [
"#DB9470",
"#70DB94"
],
"tetradic": [
"#DB7082",
"#B8DB70",
"#70DBC9"
],
"splitComplementary": [
"#DBC970",
"#82DB70"
],
"monochromatic": [
"#CBBAEE",
"#9370DB",
"#6030C0"
]
}Variants
{
"light": "#CBBAEE",
"dark": "#6030C0",
"saturated": "#8D5DEF",
"desaturated": "#9A84C8",
"pastel": "#E2DAF1",
"neon": "#A375FF"
}Pairings
{
"best": [
"#000000",
"#B8DB70",
"#7082DB",
"#C970DB"
],
"avoid": [
"#9A84C8",
"#CBBAEE"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#CBBAEE",
"#9A84C8"
]
}Knowledge graph
{
"nearestColors": [
"amethyst",
"medium-slate-blue",
"medium-orchid",
"slate-blue",
"cornflower"
],
"generatedPalettes": [
"medium-purple"
],
"generatedComparisons": [
"amethyst-vs-medium-purple",
"medium-purple-vs-medium-slate-blue"
],
"relatedFamilies": [
"/colors/by-family/purple",
"/colors/by-temperature/cool",
"/colors/by-tone/balanced"
],
"relatedTools": [
"/harmonies/medium-purple",
"/wcag/medium-purple",
"/css/colors/medium-purple",
"/hex/9370db",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/purple",
"/colors/by-temperature/cool",
"/colors/by-tone/balanced"
],
"narrower": [
"/palettes/medium-purple"
],
"related": [
"/colors/amethyst",
"/colors/medium-slate-blue",
"/colors/medium-orchid",
"/colors/slate-blue",
"/colors/cornflower",
"/compare/amethyst-vs-medium-purple",
"/compare/medium-purple-vs-medium-slate-blue",
"/harmonies/medium-purple",
"/wcag/medium-purple",
"/css/colors/medium-purple",
"/hex/9370db",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "medium-purple",
"name": "Medium Purple",
"cssName": "mediumpurple",
"hex": "#9370DB",
"family": "purple",
"temperature": "cool",
"tone": [
"balanced"
],
"uses": [
"web design",
"CSS color systems",
"UI prototyping"
],
"psychology": {
"associations": [
"context dependent"
],
"contexts": [
"web interfaces",
"design systems",
"technical color references"
],
"avoidIn": [
"claims that require brand or cultural specificity"
]
},
"aliases": [
"mediumpurple"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"tags": [
"purple",
"cool",
"balanced",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 63,
"rgb": [
147,
112,
219
],
"hsl": [
260,
60,
65
],
"cmyk": [
33,
49,
0,
14
],
"luminance": 0.2291,
"contrast": {
"black": 5.58,
"white": 3.76
},
"harmonies": {
"complementary": "#B8DB70",
"analogous": [
"#7082DB",
"#C970DB"
],
"triadic": [
"#DB9470",
"#70DB94"
],
"tetradic": [
"#DB7082",
"#B8DB70",
"#70DBC9"
],
"splitComplementary": [
"#DBC970",
"#82DB70"
],
"monochromatic": [
"#CBBAEE",
"#9370DB",
"#6030C0"
]
},
"variants": {
"light": "#CBBAEE",
"dark": "#6030C0",
"saturated": "#8D5DEF",
"desaturated": "#9A84C8",
"pastel": "#E2DAF1",
"neon": "#A375FF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"css": {
"variable": "--color-medium-purple: #9370DB;",
"utility": ".bg-medium-purple { background-color: #9370DB; }",
"textUtility": ".text-medium-purple { color: #9370DB; }"
},
"nearestColors": [
"amethyst",
"medium-slate-blue",
"medium-orchid",
"slate-blue",
"cornflower"
],
"generatedPalettes": [
"medium-purple"
],
"generatedComparisons": [
"amethyst-vs-medium-purple",
"medium-purple-vs-medium-slate-blue"
],
"relatedFamilies": [
"/colors/by-family/purple",
"/colors/by-temperature/cool",
"/colors/by-tone/balanced"
],
"relatedTools": [
"/harmonies/medium-purple",
"/wcag/medium-purple",
"/css/colors/medium-purple",
"/hex/9370db",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/purple",
"/colors/by-temperature/cool",
"/colors/by-tone/balanced"
],
"narrower": [
"/palettes/medium-purple"
],
"related": [
"/colors/amethyst",
"/colors/medium-slate-blue",
"/colors/medium-orchid",
"/colors/slate-blue",
"/colors/cornflower",
"/compare/amethyst-vs-medium-purple",
"/compare/medium-purple-vs-medium-slate-blue",
"/harmonies/medium-purple",
"/wcag/medium-purple",
"/css/colors/medium-purple",
"/hex/9370db",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#000000",
"#B8DB70",
"#7082DB",
"#C970DB"
],
"avoid": [
"#9A84C8",
"#CBBAEE"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#CBBAEE",
"#9A84C8"
]
}
}