Steel Blue

#5C7EBC

Blue

Color Codes

All color formats for development

HEX
#5C7EBC
RGB
rgb(92, 126, 188)
HSL
hsl(219, 42%, 55%)
OKLCH
oklch(0.594 0.103 261.8)
CMYK
cmyk(51%, 33%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

4.07:1

AA AAA

On Black Background

5.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E6EB
200
#D0DA
300
#ACBD
400
#809B
500
#5C7E
600
#4162
700
#344E
800
#2538
900
#1824
950
#0F16

Shades

Darker variations

1#496EB3
2#41629F
3#39568B
4#314A77
5#293D64
6#213150
7#18253C
8#101928
9#080C14

Tints

Lighter variations

1#6C8BC3
2#7D98CA
3#8DA5D0
4#9DB1D7
5#AEBEDE
6#BECBE4
7#CED8EB
8#DEE5F2
9#EFF2F8

Tones

Muted variations

1#617FB8
2#6681B3
3#6B82AE
4#6F84A9
5#7485A4
6#7986A0
7#7E889B
8#838996
9#878B91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E6EB
#E6EBF5
Light backgroundsTable row hoverSkeleton loading
200
D0DA
#D0DAEC
Secondary backgroundsInput backgroundsDividers
300
ACBD
#ACBDDD
BordersInactive statesPlaceholder text
400
809B
#809BCB
Disabled statesSecondary iconsMuted text
500
5C7E
#5C7EBC
Primary brand colorCTAsActive elementsLinks
600
4162
#41629F
Hover statesFocus ringsPrimary buttons hover
700
344E
#344E7F
Active/pressed statesDark mode accentsSecondary text
800
2538
#25385B
Text on light backgroundsHeadingsStrong borders
900
1824
#18243A
Primary textHigh emphasis contentDark headings
950
0F16
#0F1624
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F6FB;
  --steel-blue-100: #E6EBF5;
  --steel-blue-200: #D0DAEC;
  --steel-blue-300: #ACBDDD;
  --steel-blue-400: #809BCB;
  --steel-blue-500: #5C7EBC;
  --steel-blue-600: #41629F;
  --steel-blue-700: #344E7F;
  --steel-blue-800: #25385B;
  --steel-blue-900: #18243A;
  --steel-blue-950: #0F1624;
}
Generate More ShadesCreate PaletteConvert Color