Steel Blue

#5F64B9

Blue

Color Codes

All color formats for development

HEX
#5F64B9
RGB
rgb(95, 100, 185)
HSL
hsl(237, 39%, 55%)
OKLCH
oklch(0.54 0.131 278.5)
CMYK
cmyk(49%, 46%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

5.24:1

AA AAA

On Black Background

4.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E7
200
#D1D2
300
#ADB0
400
#8386
500
#5F64
600
#4449
700
#363A
800
#2729
900
#191A
950
#1011

Shades

Darker variations

1#4D52AF
2#44499C
3#3C4088
4#333775
5#2B2E61
6#22244E
7#1A1B3A
8#111227
9#090913

Tints

Lighter variations

1#6F73C0
2#7F83C7
3#8F92CE
4#9FA2D5
5#AFB1DC
6#BFC1E3
7#CFD0EA
8#DFE0F1
9#EFEFF8

Tones

Muted variations

1#6468B5
2#686CB0
3#6D70AC
4#7174A7
5#7678A3
6#7A7C9E
7#7F809A
8#838495
9#888891

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E7
#E6E7F4
Light backgroundsTable row hoverSkeleton loading
200
D1D2
#D1D2EB
Secondary backgroundsInput backgroundsDividers
300
ADB0
#ADB0DB
BordersInactive statesPlaceholder text
400
8386
#8386C9
Disabled statesSecondary iconsMuted text
500
5F64
#5F64B9
Primary brand colorCTAsActive elementsLinks
600
4449
#44499C
Hover statesFocus ringsPrimary buttons hover
700
363A
#363A7C
Active/pressed statesDark mode accentsSecondary text
800
2729
#272959
Text on light backgroundsHeadingsStrong borders
900
191A
#191A39
Primary textHigh emphasis contentDark headings
950
1011
#101123
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F5FA;
  --steel-blue-100: #E6E7F4;
  --steel-blue-200: #D1D2EB;
  --steel-blue-300: #ADB0DB;
  --steel-blue-400: #8386C9;
  --steel-blue-500: #5F64B9;
  --steel-blue-600: #44499C;
  --steel-blue-700: #363A7C;
  --steel-blue-800: #272959;
  --steel-blue-900: #191A39;
  --steel-blue-950: #101123;
}
Generate More ShadesCreate PaletteConvert Color