Light Cornflower Blue (#93CCEA)
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.74:1 — vs black: 12.07:1
Color values
-
HEX
#93CCEA -
RGB
rgb(147, 204, 234) -
HSL
hsl(200, 37%, 91%) -
CMYK
cmyk( 37.18, 12.82, 0, 8.24 ) -
Websafe
#99CCFF
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #93CCEA based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#93CCEA
Base
#EAB193
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#93CCEA
Base
#93EADD
#93A0EA
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#93CCEA
Base
#EA93CC
#CCEA93
Two colors flanking the complement — high contrast with less tension than full complementary.
#93CCEA
Base
#EA93A0
#EADD93
Four colors at 90° intervals — rich variety, best when one color dominates.
#93CCEA
Base
#DD93EA
#EAB193
#A0EA93
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#93CCEA
Base
#258ABF
#53AEDE
#71BCE3
#B5DCF1
#D3EAF6
#EAF5FB
Darker shades and lighter tints of Light Cornflower Blue, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#040F15
#103A51
#1B658C
#2790C8
#57B0DE
#93CCEA
Base
#A4D4ED
#B6DCF1
#C7E5F4
#D8EDF7
#EAF5FB
Ready-to-use code snippets for #93CCEA. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #93CCEA;
}
/* Text */
.element {
color: #93CCEA;
}
/* Border */
.element {
border: 1px solid #93CCEA;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#93CCEA,
#F2E8E2
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#93CCEA,
#F2E8E2
);
}
// SCSS variable
$light-cornflower-blue: #93CCEA;
// With RGB channels (useful for rgba() usage)
$light-cornflower-blue-r: 147;
$light-cornflower-blue-g: 204;
$light-cornflower-blue-b: 234;
// Usage
.element {
background-color: $light-cornflower-blue;
color: rgba($light-cornflower-blue-r, $light-cornflower-blue-g, $light-cornflower-blue-b, 0.8);
}
How Light Cornflower Blue appears to people with different types of color vision deficiency.
#93CCEA
How the color appears with full color vision.
#BEBEEB
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#C7C7EA
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#8CD0D0
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#C4C4C4
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.