Electric Ultramarine (#3F00FF)

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: 7.91:1 — vs black: 2.66:1

Color values

  • HEX #3F00FF
  • RGB rgb(63, 0, 255)
  • HSL hsl(254, 100%, 100%)
  • CMYK cmyk( 75.29, 100, 0, 0 )
  • Websafe #3300FF

Tags

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

Color Harmonies

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

Complementary

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

Electric Ultramarine
#3F00FF Base
#C0FF00
Analogous

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

Electric Ultramarine
#3F00FF Base
#0041FF
#BE00FF
Triadic

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

Electric Ultramarine
#3F00FF Base
#FF3F00
#00FF3F
Split-Complementary

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

Electric Ultramarine
#3F00FF Base
#FFBE00
#41FF00
Tetradic (Square)

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

Electric Ultramarine
#3F00FF Base
#FF0041
#C0FF00
#00FFBE
Monochromatic

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

Electric Ultramarine
#3F00FF Base
#190066
#2C00B3
#3500D6
#5E29FF
#794DFF
#B299FF
Shades & Tints

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

Shades (darker)

#06001A
#120047
#1D0075
#2800A3
#3400D1
Electric Ultramarine #3F00FF Base
#622EFF
#845CFF
#A78AFF
#C9B8FF
#ECE6FF
CSS & SCSS Snippets

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

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

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

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

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

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

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

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

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

Electric Ultramarine #3F00FF Base
Han Purple #5218FA ΔE 2.11
Blue #0000FF ΔE 2.32
Bluebonnet #1C1CF0 ΔE 2.93
Electric Indigo #6F00FF Δ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.