Steel Blue

#5E7ABA

Blue

Color Codes

All color formats for development

HEX
#5E7ABA
RGB
rgb(94, 122, 186)
HSL
hsl(222, 40%, 55%)
OKLCH
oklch(0.586 0.104 265.4)
CMYK
cmyk(49%, 34%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

4.23:1

AA AAA

On Black Background

4.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E6EA
200
#D1D9
300
#ADBB
400
#8297
500
#5E7A
600
#435E
700
#364B
800
#2636
900
#1822
950
#0F15

Shades

Darker variations

1#4C6AB1
2#435E9D
3#3B5289
4#324776
5#2A3B62
6#222F4F
7#19233B
8#111827
9#080C14

Tints

Lighter variations

1#6E87C1
2#7E95C8
3#8FA2CF
4#9FAFD6
5#AFBCDD
6#BFCAE3
7#CFD7EA
8#DFE4F1
9#EFF2F8

Tones

Muted variations

1#637CB6
2#687EB1
3#6C7FAC
4#7181A8
5#7583A3
6#7A859F
7#7E879A
8#838995
9#888A91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EA
#E6EAF4
Light backgroundsTable row hoverSkeleton loading
200
D1D9
#D1D9EB
Secondary backgroundsInput backgroundsDividers
300
ADBB
#ADBBDC
BordersInactive statesPlaceholder text
400
8297
#8297C9
Disabled statesSecondary iconsMuted text
500
5E7A
#5E7ABA
Primary brand colorCTAsActive elementsLinks
600
435E
#435E9D
Hover statesFocus ringsPrimary buttons hover
700
364B
#364B7D
Active/pressed statesDark mode accentsSecondary text
800
2636
#263659
Text on light backgroundsHeadingsStrong borders
900
1822
#182239
Primary textHigh emphasis contentDark headings
950
0F15
#0F1524
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F6FA;
  --steel-blue-100: #E6EAF4;
  --steel-blue-200: #D1D9EB;
  --steel-blue-300: #ADBBDC;
  --steel-blue-400: #8297C9;
  --steel-blue-500: #5E7ABA;
  --steel-blue-600: #435E9D;
  --steel-blue-700: #364B7D;
  --steel-blue-800: #263659;
  --steel-blue-900: #182239;
  --steel-blue-950: #0F1524;
}
Generate More ShadesCreate PaletteConvert Color