CSS color names · Blues

Steel Blue color: hex #4682b4, RGB and HSL

Steel Blue is the CSS keyword steelblue, hex #4682b4, rgb(70, 130, 180), hsl(207, 44%, 49%). It is a medium, muted 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
steelblue
Hex
#4682b4
RGB
rgb(70, 130, 180)
HSL
hsl(207, 44%, 49%)
On white
4.11:1 — large text and UI only (3:1)
On black
5.11:1 — passes AA for body text
.example {
  color: steelblue;          /* keyword */
  color: #4682b4;          /* hex */
  color: rgb(70, 130, 180); /* rgb */
  color: hsl(207, 44%, 49%); /* hsl */
}

What colors go with steel blue

Each match keeps steel 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 steel 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.

#b47846

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.

#b4464b
#b4af46

Triadic

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

#b44682
#82b446

Analogous

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

#46b4af
#464bb4

Tints and shades of steel blue

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

Tints (lighter)

#6397c2
#82acce
#a1c1db
#c1d5e7
#e0eaf3

Shades (darker)

#3a6c96
#2f5778
#23415a
#172b3c
#0c161e

A UI color palette built from steel blue

The eight semantic roles an interface actually uses, derived from steel 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
#4682b4
secondary
#b4464b
accent
#b4af46
background
#fcfcfd
surface
#f3f5f6
text
#131a20
muted
#5f7587
border
#e1e6ea
Dark mode
primary
#5a91bf
secondary
#bf5a5e
accent
#bfba5a
background
#101519
surface
#181f25
text
#f3f5f6
muted
#9aa7b2
border
#2c3944

Using steel 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 steel 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 Steel Blue?
Steel Blue is #4682b4. In CSS the keyword steelblue, the hex #4682b4, rgb(70, 130, 180) and hsl(207, 44%, 49%) all paint the same color.
What colors go with Steel Blue?
Its complement is #b47846, the split-complementary pair is #b4464b and #b4af46, the triadic partners are #b44682 and #82b446, and the analogous neighbors are #46b4af and #464bb4. In an interface, use Steel Blue for most colored elements and one of these for a single accent, at roughly an 80/20 split.
What is the opposite of Steel Blue on the color wheel?
The opposite (complementary) color is #b47846, 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 Steel Blue for text?
Steel Blue as text on white has a contrast ratio of 4.11:1, which fails WCAG AA for body text (4.5:1) but passes for large text and UI components (3:1). On black it is 5.11: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.