CSS color names · Blues

Sky Blue color: hex #87ceeb, RGB and HSL

Sky Blue is the CSS keyword skyblue, hex #87ceeb, rgb(135, 206, 235), hsl(197, 71%, 73%). It is a light, vivid blue in the blues family. Below: the colors that go with it, its tints and shades, how it reads as text, and a complete interface palette built from it.

CSS name
skyblue
Hex
#87ceeb
RGB
rgb(135, 206, 235)
HSL
hsl(197, 71%, 73%)
On white
1.74:1 — fails AA; use as a fill, not text
On black
12.06:1 — passes AA for body text
.example {
  color: skyblue;          /* keyword */
  color: #87ceeb;          /* hex */
  color: rgb(135, 206, 235); /* rgb */
  color: hsl(197, 71%, 73%); /* hsl */
}

What colors go with sky blue

Each match keeps sky blue's saturation and lightness and rotates only the hue, so the relationship is the wheel's and nothing else. Any of these can be an accent beside sky blue as the primary; the harmony guides explain which rule suits which interface.

Complementary

The opposite hue, 180° away — the strongest contrast, best kept to one accent per screen.

#eba487

Split-complementary

The two neighbors of the complement, at 150° and 210° — most of the contrast with less tension, and two accents instead of one.

#eb879c
#ebd687

Triadic

Two hues at 120° and 240° — three evenly spaced signals, the scheme charts and category colors want.

#eb87ce
#ceeb87

Analogous

The neighbors at −30° and +30° — calm and cohesive, with emphasis coming from weight and size rather than hue.

#87ebd6
#879ceb

Tints and shades of sky blue

Tints add lightness toward white; shades remove it toward black. The hue and saturation stay fixed, so every step still reads as sky blue — these are the hover, pressed, disabled and surface variants a single brand color needs.

Tints (lighter)

#9bd6ee
#afdef2
#c3e7f5
#d7eff8
#ebf7fc

Shades (darker)

#52b8e2
#23a0d3
#1a789f
#12506a
#092835

A UI color palette built from sky blue

The eight semantic roles an interface actually uses, derived from sky blue as the primary with the split-complementary rule: secondary and accent rotate around the wheel, and the five neutrals take the hue at lightness steps tuned for light and dark mode. This is the same derivation the palette generator runs — open it there to change the rule, drag the anchors, or export the set as CSS variables.

Light mode
primary
#87ceeb
secondary
#eb879c
accent
#ebd687
background
#fcfdfd
surface
#f3f6f7
text
#111d22
muted
#567f8f
border
#dfe8ec
Dark mode
primary
#87ceeb
secondary
#eb879c
accent
#ebd687
background
#0e171b
surface
#152228
text
#f3f5f6
muted
#94adb8
border
#273f49

Using sky blue in an interface

Blue is the default interface color for a reason: it sits comfortably behind content, it has a wide usable lightness range for hover and pressed states, and its complement (orange) leaves red and green free for status. Most of the good primaries in this set are here. Whichever role sky blue takes, define it once as a token rather than repeating the keyword: the semantic palette guide covers the eight roles, and the guides to complementary, triadic and the other color schemes explain how to weight the matches above.

What is the hex code for Sky Blue?
Sky Blue is #87ceeb. In CSS the keyword skyblue, the hex #87ceeb, rgb(135, 206, 235) and hsl(197, 71%, 73%) all paint the same color.
What colors go with Sky Blue?
Its complement is #eba487, the split-complementary pair is #eb879c and #ebd687, the triadic partners are #eb87ce and #ceeb87, and the analogous neighbors are #87ebd6 and #879ceb. In an interface, use Sky Blue for most colored elements and one of these for a single accent, at roughly an 80/20 split.
What is the opposite of Sky Blue on the color wheel?
The opposite (complementary) color is #eba487, the same saturation and lightness rotated 180° around the HSL wheel. Complementary pairs give the strongest contrast, which is why the complement should be used sparingly rather than at equal weight.
Can I use Sky Blue for text?
Sky Blue as text on white has a contrast ratio of 1.74:1, which fails WCAG AA for body text (4.5:1) and for large text (3:1). On black it is 12.06:1, which passes for body text. Use it as text on dark surfaces, or as a fill with dark text on top.

Similar named colors

More blues

We'd like to use Google cookies to understand how Nodlume is used and to measure our advertising. Nothing loads until you choose, and declining does not affect anything in the app.