Aero (#7CB9E8)

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: 2.11:1 — vs black: 9.96:1

Color values

  • HEX #7CB9E8
  • RGB rgb(124, 185, 232)
  • HSL hsl(206, 46%, 90%)
  • CMYK cmyk( 46.55, 20.26, 0, 9.02 )

Tags

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

Color Harmonies

Colors that pair well with #7CB9E8 based on color theory relationships.

Complementary

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

Aero
#7CB9E8 Base
#E8AB7C
Analogous

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

Aero
#7CB9E8 Base
#7CE8E1
#7C83E8
Triadic

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

Aero
#7CB9E8 Base
#E87CB9
#B9E87C
Split-Complementary

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

Aero
#7CB9E8 Base
#E87C83
#E8E17C
Tetradic (Square)

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

Aero
#7CB9E8 Base
#E17CE8
#E8AB7C
#83E87C
Monochromatic

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

Aero
#7CB9E8 Base
#1E6FAD
#3B96DD
#59A6E2
#9FCCEE
#BDDCF3
#E9F3FB
Shades & Tints

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

Shades (darker)

#040E16
#0E324E
#185686
#217ABE
#449BDE
Aero #7CB9E8 Base
#92C5EC
#A8D0F0
#BEDCF4
#D3E8F7
#E9F3FB
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #7CB9E8;
}

/* Text */
.element {
    color: #7CB9E8;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #7CB9E8,
        #F3E7DD
    );
}
SCSS Variable
// SCSS variable
$aero: #7CB9E8;

// With RGB channels (useful for rgba() usage)
$aero-r: 124;
$aero-g: 185;
$aero-b: 232;

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

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

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

Aero #7CB9E8 Base
Very Light Azure #74BBFB ΔE 2.71
Maya Blue #73C2FB ΔE 3.18
Jordy Blue #8AB9F1 ΔE 3.98
French Sky Blue #77B5FE ΔE 4.11

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.