Tufts Blue (#417DC1)

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: 4.26:1 — vs black: 4.93:1

Color values

  • HEX #417DC1
  • RGB rgb(65, 125, 193)
  • HSL hsl(211, 66%, 75%)
  • CMYK cmyk( 66.32, 35.23, 0, 24.31 )
  • Websafe #3366CC

Tags

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

Color Harmonies

Colors that pair well with #417DC1 based on color theory relationships.

Complementary

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

Tufts Blue
#417DC1 Base
#C18541
Analogous

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

Tufts Blue
#417DC1 Base
#41BDC1
#4541C1
Triadic

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

Tufts Blue
#417DC1 Base
#C1417D
#7DC141
Split-Complementary

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

Tufts Blue
#417DC1 Base
#C14541
#BDC141
Tetradic (Square)

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

Tufts Blue
#417DC1 Base
#C141BD
#C18541
#41C145
Monochromatic

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

Tufts Blue
#417DC1 Base
#1A334F
#2D5889
#3569A4
#6092CB
#7BA4D4
#B4CCE7
Shades & Tints

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

Shades (darker)

#060C13
#122336
#1D3959
#29507C
#34669F
Tufts Blue #417DC1 Base
#6394CC
#85ACD7
#A7C3E2
#CADAEE
#ECF2F9
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #417DC1;
}

/* Text */
.element {
    color: #417DC1;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #417DC1,
        #EAC498
    );
}
SCSS Variable
// SCSS variable
$tufts-blue: #417DC1;

// With RGB channels (useful for rgba() usage)
$tufts-blue-r: 65;
$tufts-blue-g: 125;
$tufts-blue-b: 193;

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

How Tufts Blue appears to people with different types of color vision deficiency.

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

Tufts Blue #417DC1 Base
Cyan-blue Azure #4682BF ΔE 1.89
Cyan Azure #4E82B4 ΔE 2.60
Steel Blue #4682B4 ΔE 3.09
Bright Navy Blue #1974D2 ΔE 3.62

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.