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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#92A1CF
Base
#CFC092
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#92A1CF
Base
#92C0CF
#A292CF
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#92A1CF
Base
#CF92A1
#A1CF92
Two colors flanking the complement — high contrast with less tension than full complementary.
#92A1CF
Base
#CFA292
#C0CF92
Four colors at 90° intervals — rich variety, best when one color dominates.
#92A1CF
Base
#CF92C0
#CFC092
#92CFA2
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#92A1CF
Base
#3D508B
#5D73B8
#7689C3
#AEB9DB
#C7CFE6
#EDF0F7
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
#92A1CF
Base
#A4B1D7
#B7C0DF
#C9D0E7
#DBE0EF
#EDF0F7
Ready-to-use code snippets for #92A1CF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #92A1CF;
}
/* Text */
.element {
color: #92A1CF;
}
/* Border */
.element {
border: 1px solid #92A1CF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#92A1CF,
#DDD6C1
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#92A1CF,
#DDD6C1
);
}
// 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);
}
How Ceil appears to people with different types of color vision deficiency.
#92A1CF
How the color appears with full color vision.
#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.
#9F9FCF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#89A8A8
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#A2A2A2
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.