Steel Blue

#5B65BE

Blue

Color Codes

All color formats for development

HEX
#5B65BE
RGB
rgb(91, 101, 190)
HSL
hsl(234, 43%, 55%)
OKLCH
oklch(0.542 0.138 276)
CMYK
cmyk(52%, 47%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

5.19:1

AA AAA

On Black Background

4.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E7
200
#D0D2
300
#ABB0
400
#7F87
500
#5B65
600
#404A
700
#333B
800
#242A
900
#171B
950
#0F11

Shades

Darker variations

1#4853B5
2#404AA0
3#38408C
4#303778
5#282E64
6#202550
7#181C3C
8#101228
9#080914

Tints

Lighter variations

1#6B74C4
2#7C84CB
3#8C93D1
4#9DA2D8
5#ADB2DE
6#BDC1E5
7#CED1EB
8#DEE0F2
9#EFF0F8

Tones

Muted variations

1#6069B9
2#656DB4
3#6A71AF
4#6F75AA
5#7479A5
6#797CA0
7#7D809B
8#828496
9#878891

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E7
#E5E7F5
Light backgroundsTable row hoverSkeleton loading
200
D0D2
#D0D2EC
Secondary backgroundsInput backgroundsDividers
300
ABB0
#ABB0DE
BordersInactive statesPlaceholder text
400
7F87
#7F87CC
Disabled statesSecondary iconsMuted text
500
5B65
#5B65BE
Primary brand colorCTAsActive elementsLinks
600
404A
#404AA0
Hover statesFocus ringsPrimary buttons hover
700
333B
#333B80
Active/pressed statesDark mode accentsSecondary text
800
242A
#242A5B
Text on light backgroundsHeadingsStrong borders
900
171B
#171B3A
Primary textHigh emphasis contentDark headings
950
0F11
#0F1124
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F5FB;
  --steel-blue-100: #E5E7F5;
  --steel-blue-200: #D0D2EC;
  --steel-blue-300: #ABB0DE;
  --steel-blue-400: #7F87CC;
  --steel-blue-500: #5B65BE;
  --steel-blue-600: #404AA0;
  --steel-blue-700: #333B80;
  --steel-blue-800: #242A5B;
  --steel-blue-900: #171B3A;
  --steel-blue-950: #0F1124;
}
Generate More ShadesCreate PaletteConvert Color