CSS Utilities
--color-periwinkle: #CCCCFF;
.bg-periwinkle { background-color: #CCCCFF; }
.text-periwinkle { color: #CCCCFF; }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": "#CCCCFF",
"rgb": [
204,
204,
255
],
"hsl": [
240,
100,
90
],
"cmyk": [
20,
20,
0,
0
],
"luminance": 0.6324,
"contrast": {
"black": 13.65,
"white": 1.54
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}Harmonies
{
"complementary": "#FFFFCC",
"analogous": [
"#CCE5FF",
"#E5CCFF"
],
"triadic": [
"#FFCCCC",
"#CCFFCC"
],
"tetradic": [
"#FFCCE6",
"#FFFFCC",
"#CCFFE6"
],
"splitComplementary": [
"#FFE6CC",
"#E6FFCC"
],
"monochromatic": [
"#FFFFFF",
"#CCCCFF",
"#7070FF"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#7070FF",
"saturated": "#CCCCFF",
"desaturated": "#D2D2F9",
"pastel": "#FFFFFF",
"neon": "#F5F5FF"
}Pairings
{
"best": [
"#000000",
"#FFFFCC",
"#CCE5FF",
"#E5CCFF"
],
"avoid": [
"#D2D2F9",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#D2D2F9"
]
}Knowledge graph
{
"nearestColors": [
"powder-lavender",
"arctic-blue",
"milk-blue",
"powder-sky",
"mauve"
],
"generatedPalettes": [
"periwinkle"
],
"generatedComparisons": [
"mauve-vs-periwinkle",
"periwinkle-vs-arctic-blue",
"periwinkle-vs-powder-lavender"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/periwinkle",
"/wcag/periwinkle",
"/css/colors/periwinkle",
"/hex/ccccff"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/periwinkle"
],
"related": [
"/colors/powder-lavender",
"/colors/arctic-blue",
"/colors/milk-blue",
"/colors/powder-sky",
"/colors/mauve",
"/compare/mauve-vs-periwinkle",
"/compare/periwinkle-vs-arctic-blue",
"/compare/periwinkle-vs-powder-lavender",
"/harmonies/periwinkle",
"/wcag/periwinkle",
"/css/colors/periwinkle",
"/hex/ccccff"
]
}
}Full JSON dataset
{
"slug": "periwinkle",
"name": "Periwinkle",
"hex": "#CCCCFF",
"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": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"blue",
"cool",
"light",
"pastel",
"beauty-branding",
"creative-systems",
"premium-accents",
"creativity",
"depth",
"softness"
],
"popularity": 84,
"rgb": [
204,
204,
255
],
"hsl": [
240,
100,
90
],
"cmyk": [
20,
20,
0,
0
],
"luminance": 0.6324,
"contrast": {
"black": 13.65,
"white": 1.54
},
"harmonies": {
"complementary": "#FFFFCC",
"analogous": [
"#CCE5FF",
"#E5CCFF"
],
"triadic": [
"#FFCCCC",
"#CCFFCC"
],
"tetradic": [
"#FFCCE6",
"#FFFFCC",
"#CCFFE6"
],
"splitComplementary": [
"#FFE6CC",
"#E6FFCC"
],
"monochromatic": [
"#FFFFFF",
"#CCCCFF",
"#7070FF"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#7070FF",
"saturated": "#CCCCFF",
"desaturated": "#D2D2F9",
"pastel": "#FFFFFF",
"neon": "#F5F5FF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"css": {
"variable": "--color-periwinkle: #CCCCFF;",
"utility": ".bg-periwinkle { background-color: #CCCCFF; }",
"textUtility": ".text-periwinkle { color: #CCCCFF; }"
},
"nearestColors": [
"powder-lavender",
"arctic-blue",
"milk-blue",
"powder-sky",
"mauve"
],
"generatedPalettes": [
"periwinkle"
],
"generatedComparisons": [
"mauve-vs-periwinkle",
"periwinkle-vs-arctic-blue",
"periwinkle-vs-powder-lavender"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/periwinkle",
"/wcag/periwinkle",
"/css/colors/periwinkle",
"/hex/ccccff"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/periwinkle"
],
"related": [
"/colors/powder-lavender",
"/colors/arctic-blue",
"/colors/milk-blue",
"/colors/powder-sky",
"/colors/mauve",
"/compare/mauve-vs-periwinkle",
"/compare/periwinkle-vs-arctic-blue",
"/compare/periwinkle-vs-powder-lavender",
"/harmonies/periwinkle",
"/wcag/periwinkle",
"/css/colors/periwinkle",
"/hex/ccccff"
]
},
"pairings": {
"best": [
"#000000",
"#FFFFCC",
"#CCE5FF",
"#E5CCFF"
],
"avoid": [
"#D2D2F9",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#D2D2F9"
]
}
}
Color meaning and use
About Periwinkle Color
Periwinkle sits in the blue family with cool temperature and light and pastel visual character. Periwinkle 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, Periwinkle 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 Periwinkle against black and white text.