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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#417DC1
Base
#C18541
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#417DC1
Base
#41BDC1
#4541C1
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#417DC1
Base
#C1417D
#7DC141
Two colors flanking the complement — high contrast with less tension than full complementary.
#417DC1
Base
#C14541
#BDC141
Four colors at 90° intervals — rich variety, best when one color dominates.
#417DC1
Base
#C141BD
#C18541
#41C145
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#417DC1
Base
#1A334F
#2D5889
#3569A4
#6092CB
#7BA4D4
#B4CCE7
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
#417DC1
Base
#6394CC
#85ACD7
#A7C3E2
#CADAEE
#ECF2F9
Ready-to-use code snippets for #417DC1. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #417DC1;
}
/* Text */
.element {
color: #417DC1;
}
/* Border */
.element {
border: 1px solid #417DC1;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#417DC1,
#EAC498
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#417DC1,
#EAC498
);
}
// 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);
}
How Tufts Blue appears to people with different types of color vision deficiency.
#417DC1
How the color appears with full color vision.
#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.
#7878C1
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#188888
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#7B7B7B
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.