Steel Blue

#5783C1

Blue

Color Codes

All color formats for development

HEX
#5783C1
RGB
rgb(87, 131, 193)
HSL
hsl(215, 46%, 55%)
OKLCH
oklch(0.605 0.107 257.1)
CMYK
cmyk(55%, 32%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

3.87:1

AA AAA

On Black Background

5.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EC
200
#CFDB
300
#A9C0
400
#7D9F
500
#5783
600
#3D68
700
#3052
800
#223B
900
#1626
950
#0E18

Shades

Darker variations

1#4475B8
2#3D68A4
3#355B8F
4#2D4E7B
5#264166
6#1E3452
7#17273D
8#0F1A29
9#080D14

Tints

Lighter variations

1#6890C7
2#799CCD
3#8AA9D4
4#9AB5DA
5#ABC1E0
6#BCCEE6
7#CDDAEC
8#DDE6F3
9#EEF3F9

Tones

Muted variations

1#5D84BC
2#6285B6
3#6786B1
4#6D87AC
5#7288A7
6#7789A1
7#7C8A9C
8#828A97
9#878B92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EC
#E5ECF5
Light backgroundsTable row hoverSkeleton loading
200
CFDB
#CFDBED
Secondary backgroundsInput backgroundsDividers
300
A9C0
#A9C0DF
BordersInactive statesPlaceholder text
400
7D9F
#7D9FCF
Disabled statesSecondary iconsMuted text
500
5783
#5783C1
Primary brand colorCTAsActive elementsLinks
600
3D68
#3D68A4
Hover statesFocus ringsPrimary buttons hover
700
3052
#305282
Active/pressed statesDark mode accentsSecondary text
800
223B
#223B5D
Text on light backgroundsHeadingsStrong borders
900
1626
#16263C
Primary textHigh emphasis contentDark headings
950
0E18
#0E1825
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F7FB;
  --steel-blue-100: #E5ECF5;
  --steel-blue-200: #CFDBED;
  --steel-blue-300: #A9C0DF;
  --steel-blue-400: #7D9FCF;
  --steel-blue-500: #5783C1;
  --steel-blue-600: #3D68A4;
  --steel-blue-700: #305282;
  --steel-blue-800: #223B5D;
  --steel-blue-900: #16263C;
  --steel-blue-950: #0E1825;
}
Generate More ShadesCreate PaletteConvert Color