B'dazzled Blue (#2E5894)

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

Color values

  • HEX #2E5894
  • RGB rgb(46, 88, 148)
  • HSL hsl(215, 68%, 58%)
  • CMYK cmyk( 68.92, 40.54, 0, 41.96 )

Tags

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

Color Harmonies

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

Complementary

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

B'dazzled Blue
#2E5894 Base
#946A2E
Analogous

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

B'dazzled Blue
#2E5894 Base
#2E8B94
#372E94
Triadic

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

B'dazzled Blue
#2E5894 Base
#942E58
#58942E
Split-Complementary

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

B'dazzled Blue
#2E5894 Base
#94372E
#8B942E
Tetradic (Square)

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

B'dazzled Blue
#2E5894 Base
#942E8B
#946A2E
#2E9437
Monochromatic

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

B'dazzled Blue
#2E5894 Base
#0A131F
#1C355A
#244575
#386BB3
#487CC6
#83A6D8
Shades & Tints

Darker shades and lighter tints of B'dazzled Blue, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#060C13
#0E1B2D
#162A47
#1E3961
#26497A
B'dazzled Blue #2E5894 Base
#3C72C0
#6792D0
#93B2DD
#BFD1EB
#ECF1F9
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #2E5894;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #2E5894,
        #DEA14A
    );
}
SCSS Variable
// SCSS variable
$b'dazzled-blue: #2E5894;

// With RGB channels (useful for rgba() usage)
$b'dazzled-blue-r: 46;
$b'dazzled-blue-g: 88;
$b'dazzled-blue-b: 148;

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

How B'dazzled Blue appears to people with different types of color vision deficiency.

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

B'dazzled Blue #2E5894 Base
Cyan Cobalt Blue #28589C ΔE 1.04
Medium Electric Blue #035096 ΔE 3.49
USAFA Blue #004F98 ΔE 3.65
Yale Blue #0F4D92 ΔE 3.88

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.