Glitter (#E6E8FA)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 1.21:1 — vs black: 17.29:1

Color values

  • HEX #E6E8FA
  • RGB rgb(230, 232, 250)
  • HSL hsl(234, 66%, 94%)
  • CMYK cmyk( 8, 7, 0, 2 )
  • Websafe #FFFFFF

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #E6E8FA based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Glitter
#E6E8FA Base
#FAF8E6
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Glitter
#E6E8FA Base
#E6F2FA
#EEE6FA
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Glitter
#E6E8FA Base
#FAE6E8
#E8FAE6
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Glitter
#E6E8FA Base
#FAEEE6
#F2FAE6
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Glitter
#E6E8FA Base
#FAE6F2
#FAF8E6
#E6FAEE
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Glitter
#E6E8FA Base
#6673E0
#A6ADED
#C4C9F3
#EAEBFB
Shades & Tints

Darker shades and lighter tints of Glitter, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#040615
#131B61
#2330AD
#4E5DDC
#9AA2EB
Glitter #E6E8FA Base
#E7E9FA
#E7E9FA
#E8EAFA
#E9EBFB
#EAEBFB
CSS & SCSS Snippets

Ready-to-use code snippets for #E6E8FA. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #E6E8FA;
}

/* Text */
.element {
    color: #E6E8FA;
}

/* Border */
.element {
    border: 1px solid #E6E8FA;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #E6E8FA,
        #FAF8E6
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #E6E8FA,
        #FAF8E6
    );
}
SCSS Variable
// SCSS variable
$glitter: #E6E8FA;

// With RGB channels (useful for rgba() usage)
$glitter-r: 230;
$glitter-g: 232;
$glitter-b: 250;

// Usage
.element {
    background-color: $glitter;
    color: rgba($glitter-r, $glitter-g, $glitter-b, 0.8);
}
Color Blindness Simulation

How Glitter appears to people with different types of color vision deficiency.

Normal Vision #E6E8FA How the color appears with full color vision.
Deuteranopia #E7E7FA Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #E8E8FA Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #E3EAEA Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #E9E9E9 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Glitter ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Glitter #E6E8FA Base
Lavender #E6E6FA ΔE 1.36
Magnolia #F8F4FF ΔE 4.46
Ghost White #F8F8FF ΔE 5.62
Alice Blue #F0F8FF ΔE 7.09

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.