Steel Blue

#556DC3

Blue

Color Codes

All color formats for development

HEX
#556DC3
RGB
rgb(85, 109, 195)
HSL
hsl(227, 48%, 55%)
OKLCH
oklch(0.558 0.136 269.8)
CMYK
cmyk(56%, 44%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

4.81:1

AA AAA

On Black Background

4.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E8
200
#CED5
300
#A8B4
400
#7B8D
500
#556D
600
#3A52
700
#2E41
800
#212E
900
#151E
950
#0D13

Shades

Darker variations

1#425CBB
2#3A52A6
3#334791
4#2C3D7D
5#243368
6#1D2953
7#161F3E
8#0F142A
9#070A15

Tints

Lighter variations

1#667CC9
2#778ACF
3#8899D5
4#99A7DB
5#AAB6E1
6#BBC5E7
7#CCD3ED
8#DDE2F3
9#EEF0F9

Tones

Muted variations

1#5B70BE
2#6073B8
3#6676B3
4#6B7AAD
5#717DA8
6#7680A2
7#7C839D
8#818697
9#878992

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E8
#E5E8F6
Light backgroundsTable row hoverSkeleton loading
200
CED5
#CED5EE
Secondary backgroundsInput backgroundsDividers
300
A8B4
#A8B4E1
BordersInactive statesPlaceholder text
400
7B8D
#7B8DD1
Disabled statesSecondary iconsMuted text
500
556D
#556DC3
Primary brand colorCTAsActive elementsLinks
600
3A52
#3A52A6
Hover statesFocus ringsPrimary buttons hover
700
2E41
#2E4184
Active/pressed statesDark mode accentsSecondary text
800
212E
#212E5E
Text on light backgroundsHeadingsStrong borders
900
151E
#151E3C
Primary textHigh emphasis contentDark headings
950
0D13
#0D1326
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F5FB;
  --steel-blue-100: #E5E8F6;
  --steel-blue-200: #CED5EE;
  --steel-blue-300: #A8B4E1;
  --steel-blue-400: #7B8DD1;
  --steel-blue-500: #556DC3;
  --steel-blue-600: #3A52A6;
  --steel-blue-700: #2E4184;
  --steel-blue-800: #212E5E;
  --steel-blue-900: #151E3C;
  --steel-blue-950: #0D1326;
}
Generate More ShadesCreate PaletteConvert Color