Electric Indigo (#6F00FF)

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: #FFFFFF
Contrast vs white: 6.73:1 — vs black: 3.12:1

Color values

  • HEX #6F00FF
  • RGB rgb(111, 0, 255)
  • HSL hsl(266, 100%, 100%)
  • CMYK cmyk( 56.47, 100, 0, 0 )
  • Websafe #6600FF

Tags

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

Color Harmonies

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

Complementary

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

Electric Indigo
#6F00FF Base
#90FF00
Analogous

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

Electric Indigo
#6F00FF Base
#0011FF
#EE00FF
Triadic

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

Electric Indigo
#6F00FF Base
#FF6F00
#00FF6F
Split-Complementary

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

Electric Indigo
#6F00FF Base
#FFEE00
#11FF00
Tetradic (Square)

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

Electric Indigo
#6F00FF Base
#FF0011
#90FF00
#00FFEE
Monochromatic

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

Electric Indigo
#6F00FF Base
#2C0066
#4E00B3
#5D00D6
#8629FF
#9A4DFF
#C599FF
Shades & Tints

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

Shades (darker)

#0B001A
#1F0047
#330075
#4700A3
#5B00D1
Electric Indigo #6F00FF Base
#892EFF
#A35CFF
#BD8AFF
#D7B8FF
#F1E6FF
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #6F00FF;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #6F00FF,
        #FFFFFF
    );
}
SCSS Variable
// SCSS variable
$electric-indigo: #6F00FF;

// With RGB channels (useful for rgba() usage)
$electric-indigo-r: 111;
$electric-indigo-g: 0;
$electric-indigo-b: 255;

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

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

Normal Vision #6F00FF How the color appears with full color vision.
Deuteranopia #3D3DFF 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 #2424FF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #2D6464 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #5C5C5C 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 Electric Indigo ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Electric Indigo #6F00FF Base
Violet (color Wheel) #7F00FF ΔE 2.10
Han Purple #5218FA ΔE 3.12
Electric Violet #8F00FF ΔE 4.43
Electric Ultramarine #3F00FF ΔE 4.67

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.