Steel Blue

#5B89BE

Blue

Color Codes

All color formats for development

HEX
#5B89BE
RGB
rgb(91, 137, 190)
HSL
hsl(212, 43%, 55%)
OKLCH
oklch(0.619 0.095 252.8)
CMYK
cmyk(52%, 28%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

3.64:1

AA AAA

On Black Background

5.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5ED
200
#D0DD
300
#ABC3
400
#7FA3
500
#5B89
600
#406D
700
#3357
800
#243E
900
#1728
950
#0F19

Shades

Darker variations

1#487BB5
2#406DA0
3#385F8C
4#305278
5#284464
6#203650
7#18293C
8#101B28
9#080E14

Tints

Lighter variations

1#6B95C4
2#7CA1CB
3#8CACD1
4#9DB8D8
5#ADC4DE
6#BDD0E5
7#CEDCEB
8#DEE7F2
9#EFF3F8

Tones

Muted variations

1#6089B9
2#658AB4
3#6A8AAF
4#6F8AAA
5#748BA5
6#798BA0
7#7D8B9B
8#828C96
9#878C91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5ED
#E5EDF5
Light backgroundsTable row hoverSkeleton loading
200
D0DD
#D0DDEC
Secondary backgroundsInput backgroundsDividers
300
ABC3
#ABC3DE
BordersInactive statesPlaceholder text
400
7FA3
#7FA3CC
Disabled statesSecondary iconsMuted text
500
5B89
#5B89BE
Primary brand colorCTAsActive elementsLinks
600
406D
#406DA0
Hover statesFocus ringsPrimary buttons hover
700
3357
#335780
Active/pressed statesDark mode accentsSecondary text
800
243E
#243E5B
Text on light backgroundsHeadingsStrong borders
900
1728
#17283A
Primary textHigh emphasis contentDark headings
950
0F19
#0F1924
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F7FB;
  --steel-blue-100: #E5EDF5;
  --steel-blue-200: #D0DDEC;
  --steel-blue-300: #ABC3DE;
  --steel-blue-400: #7FA3CC;
  --steel-blue-500: #5B89BE;
  --steel-blue-600: #406DA0;
  --steel-blue-700: #335780;
  --steel-blue-800: #243E5B;
  --steel-blue-900: #17283A;
  --steel-blue-950: #0F1924;
}
Generate More ShadesCreate PaletteConvert Color