Air Superiority Blue (#72A0C1)
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: 2.79:1 — vs black: 7.51:1
Color values
-
HEX
#72A0C1 -
RGB
rgb(114, 160, 193) -
HSL
hsl(205, 40%, 75%) -
CMYK
cmyk( 40.93, 17.1, 0, 24.31 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #72A0C1 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#72A0C1
Base
#C19372
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#72A0C1
Base
#72C1BB
#7279C1
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#72A0C1
Base
#C172A0
#A0C172
Two colors flanking the complement — high contrast with less tension than full complementary.
#72A0C1
Base
#C17279
#C1BB72
Four colors at 90° intervals — rich variety, best when one color dominates.
#72A0C1
Base
#BB72C1
#C19372
#79C172
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#72A0C1
Base
#2F526B
#467BA0
#568DB5
#8EB3CD
#A7C4D8
#DCE8F0
Darker shades and lighter tints of Air Superiority Blue, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#080E12
#192C39
#2A4960
#3B6787
#4D85AE
#72A0C1
Base
#8BB1CC
#A3C1D7
#BCD2E2
#D5E2EC
#EDF3F7
Ready-to-use code snippets for #72A0C1. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #72A0C1;
}
/* Text */
.element {
color: #72A0C1;
}
/* Border */
.element {
border: 1px solid #72A0C1;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#72A0C1,
#DABDA8
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#72A0C1,
#DABDA8
);
}
// SCSS variable
$air-superiority-blue: #72A0C1;
// With RGB channels (useful for rgba() usage)
$air-superiority-blue-r: 114;
$air-superiority-blue-g: 160;
$air-superiority-blue-b: 193;
// Usage
.element {
background-color: $air-superiority-blue;
color: rgba($air-superiority-blue-r, $air-superiority-blue-g, $air-superiority-blue-b, 0.8);
}
How Air Superiority Blue appears to people with different types of color vision deficiency.
#72A0C1
How the color appears with full color vision.
#9494C2
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#9C9CC1
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#6AA5A5
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#9B9B9B
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.