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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#2E5894
Base
#946A2E
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#2E5894
Base
#2E8B94
#372E94
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#2E5894
Base
#942E58
#58942E
Two colors flanking the complement — high contrast with less tension than full complementary.
#2E5894
Base
#94372E
#8B942E
Four colors at 90° intervals — rich variety, best when one color dominates.
#2E5894
Base
#942E8B
#946A2E
#2E9437
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#2E5894
Base
#0A131F
#1C355A
#244575
#386BB3
#487CC6
#83A6D8
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
#2E5894
Base
#3C72C0
#6792D0
#93B2DD
#BFD1EB
#ECF1F9
Ready-to-use code snippets for #2E5894. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #2E5894;
}
/* Text */
.element {
color: #2E5894;
}
/* Border */
.element {
border: 1px solid #2E5894;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#2E5894,
#DEA14A
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#2E5894,
#DEA14A
);
}
// 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);
}
How B'dazzled Blue appears to people with different types of color vision deficiency.
#2E5894
How the color appears with full color vision.
#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.
#555594
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#036262
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#585858
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.