Cornflower (#9ACEEB)
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: 1.69:1 — vs black: 12.40:1
Color values
-
HEX
#9ACEEB -
RGB
rgb(154, 206, 235) -
HSL
hsl(201, 34%, 92%) -
CMYK
cmyk( 34.47, 12.34, 0, 7.84 ) -
Websafe
#99CCFF
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #9ACEEB based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#9ACEEB
Base
#EBB79A
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#9ACEEB
Base
#9AEBDF
#9AA5EB
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#9ACEEB
Base
#EB9ACE
#CEEB9A
Two colors flanking the complement — high contrast with less tension than full complementary.
#9ACEEB
Base
#EB9AA5
#EBDF9A
Four colors at 90° intervals — rich variety, best when one color dominates.
#9ACEEB
Base
#DF9AEB
#EBB79A
#A5EB9A
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#9ACEEB
Base
#278CC5
#5AAFDE
#78BDE4
#BCDFF2
#DAEDF8
#EAF5FB
Darker shades and lighter tints of Cornflower, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#040F15
#103A52
#1C668F
#2891CB
#5DB1DF
#9ACEEB
Base
#AAD6EE
#BADDF1
#CAE5F4
#DAEDF8
#EAF5FB
Ready-to-use code snippets for #9ACEEB. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #9ACEEB;
}
/* Text */
.element {
color: #9ACEEB;
}
/* Border */
.element {
border: 1px solid #9ACEEB;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#9ACEEB,
#F2E9E4
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#9ACEEB,
#F2E9E4
);
}
// SCSS variable
$cornflower: #9ACEEB;
// With RGB channels (useful for rgba() usage)
$cornflower-r: 154;
$cornflower-g: 206;
$cornflower-b: 235;
// Usage
.element {
background-color: $cornflower;
color: rgba($cornflower-r, $cornflower-g, $cornflower-b, 0.8);
}
How Cornflower appears to people with different types of color vision deficiency.
#9ACEEB
How the color appears with full color vision.
#C1C1EC
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#C9C9EB
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#94D2D2
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#C7C7C7
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.