Steel Blue

#5767C1

Blue

Color Codes

All color formats for development

HEX
#5767C1
RGB
rgb(87, 103, 193)
HSL
hsl(231, 46%, 55%)
OKLCH
oklch(0.546 0.14 273.3)
CMYK
cmyk(55%, 47%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

5.10:1

AA AAA

On Black Background

4.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E7
200
#CFD3
300
#A9B1
400
#7D89
500
#5767
600
#3D4C
700
#303D
800
#222B
900
#161C
950
#0E11

Shades

Darker variations

1#4456B8
2#3D4CA4
3#35438F
4#2D397B
5#263066
6#1E2652
7#171D3D
8#0F1329
9#080A14

Tints

Lighter variations

1#6876C7
2#7986CD
3#8A95D4
4#9AA4DA
5#ABB3E0
6#BCC2E6
7#CDD1EC
8#DDE1F3
9#EEF0F9

Tones

Muted variations

1#5D6BBC
2#626FB6
3#6772B1
4#6D76AC
5#727AA7
6#777DA1
7#7C819C
8#828597
9#878992

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
CFD3
#CFD3ED
Secondary backgroundsInput backgroundsDividers
300
A9B1
#A9B1DF
BordersInactive statesPlaceholder text
400
7D89
#7D89CF
Disabled statesSecondary iconsMuted text
500
5767
#5767C1
Primary brand colorCTAsActive elementsLinks
600
3D4C
#3D4CA4
Hover statesFocus ringsPrimary buttons hover
700
303D
#303D82
Active/pressed statesDark mode accentsSecondary text
800
222B
#222B5D
Text on light backgroundsHeadingsStrong borders
900
161C
#161C3C
Primary textHigh emphasis contentDark headings
950
0E11
#0E1125
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: #CFD3ED;
  --steel-blue-300: #A9B1DF;
  --steel-blue-400: #7D89CF;
  --steel-blue-500: #5767C1;
  --steel-blue-600: #3D4CA4;
  --steel-blue-700: #303D82;
  --steel-blue-800: #222B5D;
  --steel-blue-900: #161C3C;
  --steel-blue-950: #0E1125;
}
Generate More ShadesCreate PaletteConvert Color