Steel Blue

#5D6BBB

Blue

Color Codes

All color formats for development

HEX
#5D6BBB
RGB
rgb(93, 107, 187)
HSL
hsl(231, 41%, 55%)
OKLCH
oklch(0.554 0.125 274.1)
CMYK
cmyk(50%, 43%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

4.90:1

AA AAA

On Black Background

4.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E8
200
#D0D4
300
#ACB4
400
#818C
500
#5D6B
600
#4250
700
#3540
800
#262D
900
#181D
950
#0F12

Shades

Darker variations

1#4A5AB2
2#42509E
3#3A468A
4#323C77
5#293263
6#21284F
7#191E3B
8#111428
9#080A14

Tints

Lighter variations

1#6D7AC2
2#7E89C9
3#8E98D0
4#9EA6D6
5#AEB5DD
6#BEC4E4
7#CED3EB
8#DFE1F1
9#EFF0F8

Tones

Muted variations

1#626FB7
2#6772B2
3#6B75AD
4#7078A8
5#757CA4
6#797F9F
7#7E829A
8#838696
9#888991

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E8
#E6E8F4
Light backgroundsTable row hoverSkeleton loading
200
D0D4
#D0D4EB
Secondary backgroundsInput backgroundsDividers
300
ACB4
#ACB4DC
BordersInactive statesPlaceholder text
400
818C
#818CCA
Disabled statesSecondary iconsMuted text
500
5D6B
#5D6BBB
Primary brand colorCTAsActive elementsLinks
600
4250
#42509E
Hover statesFocus ringsPrimary buttons hover
700
3540
#35407E
Active/pressed statesDark mode accentsSecondary text
800
262D
#262D5A
Text on light backgroundsHeadingsStrong borders
900
181D
#181D3A
Primary textHigh emphasis contentDark headings
950
0F12
#0F1224
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F5FA;
  --steel-blue-100: #E6E8F4;
  --steel-blue-200: #D0D4EB;
  --steel-blue-300: #ACB4DC;
  --steel-blue-400: #818CCA;
  --steel-blue-500: #5D6BBB;
  --steel-blue-600: #42509E;
  --steel-blue-700: #35407E;
  --steel-blue-800: #262D5A;
  --steel-blue-900: #181D3A;
  --steel-blue-950: #0F1224;
}
Generate More ShadesCreate PaletteConvert Color