Brilliant Azure (#3399FF)

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: 2.94:1 — vs black: 7.14:1

Color values

  • HEX #3399FF
  • RGB rgb(51, 153, 255)
  • HSL hsl(210, 80%, 100%)
  • CMYK cmyk( 80, 40, 0, 0 )

Tags

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

Color Harmonies

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

Complementary

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

Brilliant Azure
#3399FF Base
Deep Saffron
#FF9933
Analogous

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

Brilliant Azure
#3399FF Base
#33FFFF
#3333FF
Triadic

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

Brilliant Azure
#3399FF Base
#FF3399
#99FF33
Split-Complementary

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

Brilliant Azure
#3399FF Base
#FF3333
Electric Yellow
#FFFF33
Tetradic (Square)

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

Brilliant Azure
#3399FF Base
#FF33FF
Deep Saffron
#FF9933
#33FF33
Monochromatic

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

Brilliant Azure
#3399FF Base
#004D99
#0073E6
#0A85FF
#5CADFF
#80BFFF
#CCE6FF
Shades & Tints

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

Shades (darker)

#000D1A
#002952
#00458A
#0061C2
#007DFA
Brilliant Azure #3399FF Base
#57ABFF
#7ABDFF
#9ECFFF
#C2E0FF
#E6F2FF
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #3399FF;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #3399FF,
        #FFFFFF
    );
}
SCSS Variable
// SCSS variable
$brilliant-azure: #3399FF;

// With RGB channels (useful for rgba() usage)
$brilliant-azure-r: 51;
$brilliant-azure-g: 153;
$brilliant-azure-b: 255;

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

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

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

Brilliant Azure #3399FF Base
Dodger Blue #1E90FF ΔE 2.79
Bleu De France #318CE7 ΔE 4.56
United Nations Blue #5B92E5 ΔE 4.84
Little Boy Blue #6CA0DC ΔE 5.01

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.