Steel Blue

#5592C3

Blue

Color Codes

All color formats for development

HEX
#5592C3
RGB
rgb(85, 146, 195)
HSL
hsl(207, 48%, 55%)
OKLCH
oklch(0.639 0.098 244.4)
CMYK
cmyk(56%, 25%, 0%, 24%)

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
#E5EE
200
#CEDF
300
#A8C7
400
#7BAA
500
#5592
600
#3A76
700
#2E5E
800
#2143
900
#152B
950
#0D1B

Shades

Darker variations

1#4284BB
2#3A76A6
3#336791
4#2C587D
5#244968
6#1D3B53
7#162C3E
8#0F1D2A
9#070F15

Tints

Lighter variations

1#669DC9
2#77A8CF
3#88B3D5
4#99BDDB
5#AAC8E1
6#BBD3E7
7#CCDEED
8#DDE9F3
9#EEF4F9

Tones

Muted variations

1#5B91BE
2#6091B8
3#6690B3
4#6B90AD
5#718FA8
6#768EA2
7#7C8E9D
8#818D97
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
CEDF
#CEDFEE
Secondary backgroundsInput backgroundsDividers
300
A8C7
#A8C7E1
BordersInactive statesPlaceholder text
400
7BAA
#7BAAD1
Disabled statesSecondary iconsMuted text
500
5592
#5592C3
Primary brand colorCTAsActive elementsLinks
600
3A76
#3A76A6
Hover statesFocus ringsPrimary buttons hover
700
2E5E
#2E5E84
Active/pressed statesDark mode accentsSecondary text
800
2143
#21435E
Text on light backgroundsHeadingsStrong borders
900
152B
#152B3C
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: #E5EEF6;
  --steel-blue-200: #CEDFEE;
  --steel-blue-300: #A8C7E1;
  --steel-blue-400: #7BAAD1;
  --steel-blue-500: #5592C3;
  --steel-blue-600: #3A76A6;
  --steel-blue-700: #2E5E84;
  --steel-blue-800: #21435E;
  --steel-blue-900: #152B3C;
  --steel-blue-950: #0D1B26;
}
Generate More ShadesCreate PaletteConvert Color