Steel Blue

#5D88BB

Blue

Color Codes

All color formats for development

HEX
#5D88BB
RGB
rgb(93, 136, 187)
HSL
hsl(213, 41%, 55%)
OKLCH
oklch(0.617 0.091 253.4)
CMYK
cmyk(50%, 27%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

3.68:1

AA AAA

On Black Background

5.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E6EC
200
#D0DC
300
#ACC2
400
#81A2
500
#5D88
600
#426C
700
#3556
800
#263D
900
#1827
950
#0F18

Shades

Darker variations

1#4A79B2
2#426C9E
3#3A5E8A
4#325177
5#294363
6#21364F
7#19283B
8#111B28
9#080D14

Tints

Lighter variations

1#6D93C2
2#7E9FC9
3#8EABD0
4#9EB7D6
5#AEC3DD
6#BECFE4
7#CEDBEB
8#DFE7F1
9#EFF3F8

Tones

Muted variations

1#6288B7
2#6788B2
3#6B89AD
4#7089A8
5#758AA4
6#798A9F
7#7E8B9A
8#838B96
9#888C91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EC
#E6ECF4
Light backgroundsTable row hoverSkeleton loading
200
D0DC
#D0DCEB
Secondary backgroundsInput backgroundsDividers
300
ACC2
#ACC2DC
BordersInactive statesPlaceholder text
400
81A2
#81A2CA
Disabled statesSecondary iconsMuted text
500
5D88
#5D88BB
Primary brand colorCTAsActive elementsLinks
600
426C
#426C9E
Hover statesFocus ringsPrimary buttons hover
700
3556
#35567E
Active/pressed statesDark mode accentsSecondary text
800
263D
#263D5A
Text on light backgroundsHeadingsStrong borders
900
1827
#18273A
Primary textHigh emphasis contentDark headings
950
0F18
#0F1824
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F7FA;
  --steel-blue-100: #E6ECF4;
  --steel-blue-200: #D0DCEB;
  --steel-blue-300: #ACC2DC;
  --steel-blue-400: #81A2CA;
  --steel-blue-500: #5D88BB;
  --steel-blue-600: #426C9E;
  --steel-blue-700: #35567E;
  --steel-blue-800: #263D5A;
  --steel-blue-900: #18273A;
  --steel-blue-950: #0F1824;
}
Generate More ShadesCreate PaletteConvert Color