Han Blue (#446CCF)
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.89:1 — vs black: 4.29:1
Color values
-
HEX
#446CCF -
RGB
rgb(68, 108, 207) -
HSL
hsl(222, 67%, 81%) -
CMYK
cmyk( 67.15, 47.83, 0, 18.82 ) -
Websafe
#3366CC
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #446CCF based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#446CCF
Base
#CFA744
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#446CCF
Base
#44B2CF
#6244CF
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#446CCF
Base
#CF446C
#6CCF44
Two colors flanking the complement — high contrast with less tension than full complementary.
#446CCF
Base
#CF6244
#B2CF44
Four colors at 90° intervals — rich variety, best when one color dominates.
#446CCF
Base
#CF44B2
#CFA744
#44CF62
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#446CCF
Base
#192E61
#294A9E
#3058BA
#6486D7
#819CDF
#BECCEE
Darker shades and lighter tints of Han Blue, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#050A14
#0F1C3C
#1A2F64
#24428B
#2E54B3
#446CCF
Base
#6586D8
#87A0E0
#A8BBE9
#C9D5F1
#EBEFFA
Ready-to-use code snippets for #446CCF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #446CCF;
}
/* Text */
.element {
color: #446CCF;
}
/* Border */
.element {
border: 1px solid #446CCF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#446CCF,
#EFDDAF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#446CCF,
#EFDDAF
);
}
// SCSS variable
$han-blue: #446CCF;
// With RGB channels (useful for rgba() usage)
$han-blue-r: 68;
$han-blue-g: 108;
$han-blue-b: 207;
// Usage
.element {
background-color: $han-blue;
color: rgba($han-blue-r, $han-blue-g, $han-blue-b, 0.8);
}
How Han Blue appears to people with different types of color vision deficiency.
#446CCF
How the color appears with full color vision.
#6262CF
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#6969CF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#007E7E
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#717171
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.