Steel Blue

#5392C6

Blue

Color Codes

All color formats for development

HEX
#5392C6
RGB
rgb(83, 146, 198)
HSL
hsl(207, 50%, 55%)
OKLCH
oklch(0.64 0.102 245.3)
CMYK
cmyk(58%, 26%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

3.34:1

AA AAA

On Black Background

6.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E4EE
200
#CDE0
300
#A7C7
400
#79AA
500
#5392
600
#3876
700
#2D5E
800
#2043
900
#142B
950
#0D1B

Shades

Darker variations

1#3F85BD
2#3876A8
3#316793
4#2A587E
5#234A69
6#1C3B54
7#152C3F
8#0E1D2A
9#070F15

Tints

Lighter variations

1#649DCB
2#75A8D1
3#87B3D7
4#98BEDD
5#A9C8E2
6#BAD3E8
7#CBDEEE
8#DDE9F4
9#EEF4F9

Tones

Muted variations

1#5991C0
2#5E91BA
3#6490B4
4#6A90AF
5#708FA9
6#758FA3
7#7B8E9D
8#818D98
9#878D92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EE
#E4EEF6
Light backgroundsTable row hoverSkeleton loading
200
CDE0
#CDE0EE
Secondary backgroundsInput backgroundsDividers
300
A7C7
#A7C7E2
BordersInactive statesPlaceholder text
400
79AA
#79AAD2
Disabled statesSecondary iconsMuted text
500
5392
#5392C6
Primary brand colorCTAsActive elementsLinks
600
3876
#3876A8
Hover statesFocus ringsPrimary buttons hover
700
2D5E
#2D5E86
Active/pressed statesDark mode accentsSecondary text
800
2043
#204360
Text on light backgroundsHeadingsStrong borders
900
142B
#142B3D
Primary textHigh emphasis contentDark headings
950
0D1B
#0D1B26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F8FB;
  --steel-blue-100: #E4EEF6;
  --steel-blue-200: #CDE0EE;
  --steel-blue-300: #A7C7E2;
  --steel-blue-400: #79AAD2;
  --steel-blue-500: #5392C6;
  --steel-blue-600: #3876A8;
  --steel-blue-700: #2D5E86;
  --steel-blue-800: #204360;
  --steel-blue-900: #142B3D;
  --steel-blue-950: #0D1B26;
}
Generate More ShadesCreate PaletteConvert Color