Steel Blue

#5A7BBF

Blue

Color Codes

All color formats for development

HEX
#5A7BBF
RGB
rgb(90, 123, 191)
HSL
hsl(220, 44%, 55%)
OKLCH
oklch(0.588 0.111 263.7)
CMYK
cmyk(53%, 36%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

4.18:1

AA AAA

On Black Background

5.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EB
200
#CFD9
300
#ABBC
400
#7E99
500
#5A7B
600
#3F60
700
#324C
800
#2436
900
#1723
950
#0E16

Shades

Darker variations

1#476CB6
2#3F60A2
3#37548D
4#2F4879
5#273C65
6#1F3051
7#18243D
8#101828
9#080C14

Tints

Lighter variations

1#6A89C5
2#7B96CC
3#8BA3D2
4#9CB0D8
5#ACBDDF
6#BDCAE5
7#CDD8EC
8#DEE5F2
9#EEF2F9

Tones

Muted variations

1#5F7DBA
2#647FB5
3#6980B0
4#6E82AB
5#7384A5
6#7886A0
7#7D879B
8#828996
9#878B91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
CFD9
#CFD9EC
Secondary backgroundsInput backgroundsDividers
300
ABBC
#ABBCDE
BordersInactive statesPlaceholder text
400
7E99
#7E99CD
Disabled statesSecondary iconsMuted text
500
5A7B
#5A7BBF
Primary brand colorCTAsActive elementsLinks
600
3F60
#3F60A2
Hover statesFocus ringsPrimary buttons hover
700
324C
#324C81
Active/pressed statesDark mode accentsSecondary text
800
2436
#24365C
Text on light backgroundsHeadingsStrong borders
900
1723
#17233B
Primary textHigh emphasis contentDark headings
950
0E16
#0E1625
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F6FB;
  --steel-blue-100: #E5EBF5;
  --steel-blue-200: #CFD9EC;
  --steel-blue-300: #ABBCDE;
  --steel-blue-400: #7E99CD;
  --steel-blue-500: #5A7BBF;
  --steel-blue-600: #3F60A2;
  --steel-blue-700: #324C81;
  --steel-blue-800: #24365C;
  --steel-blue-900: #17233B;
  --steel-blue-950: #0E1625;
}
Generate More ShadesCreate PaletteConvert Color