Steel Blue

#5979C0

Blue

Color Codes

All color formats for development

HEX
#5979C0
RGB
rgb(89, 121, 192)
HSL
hsl(221, 45%, 55%)
OKLCH
oklch(0.584 0.116 264.7)
CMYK
cmyk(54%, 37%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

4.27:1

AA AAA

On Black Background

4.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#CFD8
300
#AABB
400
#7E97
500
#5979
600
#3E5E
700
#314B
800
#2335
900
#1622
950
#0E15

Shades

Darker variations

1#4569B7
2#3E5EA3
3#36528E
4#2E467A
5#273B66
6#1F2F51
7#17233D
8#0F1729
9#080C14

Tints

Lighter variations

1#6987C6
2#7A94CD
3#8BA1D3
4#9BAFD9
5#ACBCDF
6#BCCAE6
7#CDD7EC
8#DEE4F2
9#EEF2F9

Tones

Muted variations

1#5E7BBB
2#637DB6
3#687FB0
4#6D81AB
5#7283A6
6#7885A1
7#7D879C
8#828897
9#878A91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EA
#E5EAF5
Light backgroundsTable row hoverSkeleton loading
200
CFD8
#CFD8ED
Secondary backgroundsInput backgroundsDividers
300
AABB
#AABBDF
BordersInactive statesPlaceholder text
400
7E97
#7E97CE
Disabled statesSecondary iconsMuted text
500
5979
#5979C0
Primary brand colorCTAsActive elementsLinks
600
3E5E
#3E5EA3
Hover statesFocus ringsPrimary buttons hover
700
314B
#314B81
Active/pressed statesDark mode accentsSecondary text
800
2335
#23355C
Text on light backgroundsHeadingsStrong borders
900
1622
#16223B
Primary textHigh emphasis contentDark headings
950
0E15
#0E1525
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F6FB;
  --steel-blue-100: #E5EAF5;
  --steel-blue-200: #CFD8ED;
  --steel-blue-300: #AABBDF;
  --steel-blue-400: #7E97CE;
  --steel-blue-500: #5979C0;
  --steel-blue-600: #3E5EA3;
  --steel-blue-700: #314B81;
  --steel-blue-800: #23355C;
  --steel-blue-900: #16223B;
  --steel-blue-950: #0E1525;
}
Generate More ShadesCreate PaletteConvert Color