Ceil (#92A1CF)

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.55:1 — vs black: 8.22:1

Color values

  • HEX #92A1CF
  • RGB rgb(146, 161, 207)
  • HSL hsl(225, 29%, 81%)
  • CMYK cmyk( 29.47, 22.22, 0, 18.82 )

Tags

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

Color Harmonies

Colors that pair well with #92A1CF based on color theory relationships.

Complementary

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

Ceil
#92A1CF Base
#CFC092
Analogous

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

Ceil
#92A1CF Base
#92C0CF
#A292CF
Triadic

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

Ceil
#92A1CF Base
#CF92A1
#A1CF92
Split-Complementary

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

Ceil
#92A1CF Base
#CFA292
#C0CF92
Tetradic (Square)

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

Ceil
#92A1CF Base
#CF92C0
#CFC092
#92CFA2
Monochromatic

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

Ceil
#92A1CF Base
#3D508B
#5D73B8
#7689C3
#AEB9DB
#C7CFE6
#EDF0F7
Shades & Tints

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

Shades (darker)

#080A12
#1C253F
#303F6D
#44599A
#657ABB
Ceil #92A1CF Base
#A4B1D7
#B7C0DF
#C9D0E7
#DBE0EF
#EDF0F7
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #92A1CF;
}

/* Text */
.element {
    color: #92A1CF;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #92A1CF,
        #DDD6C1
    );
}
SCSS Variable
// SCSS variable
$ceil: #92A1CF;

// With RGB channels (useful for rgba() usage)
$ceil-r: 146;
$ceil-g: 161;
$ceil-b: 207;

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

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

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

Ceil #92A1CF Base
Wild Blue Yonder #A2ADD0 ΔE 4.58
Blue Bell #A2A2D0 ΔE 4.92
Vista Blue #7C9ED9 ΔE 5.88
Light Cobalt Blue #88ACE0 ΔE 6.42

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.