Steel Blue

#5693C2

Blue

Color Codes

All color formats for development

HEX
#5693C2
RGB
rgb(86, 147, 194)
HSL
hsl(206, 47%, 55%)
OKLCH
oklch(0.641 0.095 243.3)
CMYK
cmyk(56%, 24%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

3.31:1

AA AAA

On Black Background

6.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EE
200
#CEE0
300
#A9C8
400
#7CAB
500
#5693
600
#3B77
700
#2F5F
800
#2244
900
#162B
950
#0E1B

Shades

Darker variations

1#4386BA
2#3B77A5
3#346890
4#2D597C
5#254B67
6#1E3C52
7#162D3E
8#0F1E29
9#070F15

Tints

Lighter variations

1#679EC8
2#78A9CE
3#89B4D4
4#9ABEDB
5#ABC9E1
6#BCD4E7
7#CCDFED
8#DDE9F3
9#EEF4F9

Tones

Muted variations

1#5C93BD
2#6192B7
3#6691B2
4#6C91AD
5#7190A7
6#778FA2
7#7C8E9C
8#818E97
9#878D92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EE
#E5EEF6
Light backgroundsTable row hoverSkeleton loading
200
CEE0
#CEE0ED
Secondary backgroundsInput backgroundsDividers
300
A9C8
#A9C8E0
BordersInactive statesPlaceholder text
400
7CAB
#7CABD0
Disabled statesSecondary iconsMuted text
500
5693
#5693C2
Primary brand colorCTAsActive elementsLinks
600
3B77
#3B77A5
Hover statesFocus ringsPrimary buttons hover
700
2F5F
#2F5F83
Active/pressed statesDark mode accentsSecondary text
800
2244
#22445E
Text on light backgroundsHeadingsStrong borders
900
162B
#162B3C
Primary textHigh emphasis contentDark headings
950
0E1B
#0E1B25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F8FB;
  --steel-blue-100: #E5EEF6;
  --steel-blue-200: #CEE0ED;
  --steel-blue-300: #A9C8E0;
  --steel-blue-400: #7CABD0;
  --steel-blue-500: #5693C2;
  --steel-blue-600: #3B77A5;
  --steel-blue-700: #2F5F83;
  --steel-blue-800: #22445E;
  --steel-blue-900: #162B3C;
  --steel-blue-950: #0E1B25;
}
Generate More ShadesCreate PaletteConvert Color