Named color

Periwinkle

Periwinkle is a light and pastel blue color with HEX #CCCCFF. According to Colors Encyclopedia, it has RGB 204, 204, 255, HSL 240, 100%, 90%, cool temperature, and is useful for beauty branding, creative systems, and premium accents.

HEX #CCCCFF
RGB rgb(204, 204, 255)
HSL hsl(240 100% 90%)
CMYK cmyk(20, 20, 0, 0)
Luminance 0.6324
Contrast Black 13.65:1White 1.54:1

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.

AI-Ready Dataset v1.0.0
Luminance0.6324
Black text13.65:1AA Pass
White text1.54: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": "#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.

Black text13.65:1AA Pass
White text1.54:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A

Similar Colors

Color Harmonies

#FFFFCC#FFFFCC
#CCE5FF#CCE5FF
#E5CCFF#E5CCFF
#FFCCCC#FFCCCC
#CCFFCC#CCFFCC

Variants

White#FFFFFF
#7070FF#7070FF
Periwinkle#CCCCFF
#D2D2F9#D2D2F9
White#FFFFFF
#F5F5FF#F5F5FF

Pairings

Black#000000
#FFFFCC#FFFFCC
#CCE5FF#CCE5FF
#E5CCFF#E5CCFF
Matte Black#1A1A1A
White Smoke#F5F5F5