Steel Blue

#5F67B9

Blue

Color Codes

All color formats for development

HEX
#5F67B9
RGB
rgb(95, 103, 185)
HSL
hsl(235, 39%, 55%)
OKLCH
oklch(0.546 0.127 277.1)
CMYK
cmyk(49%, 44%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

5.09:1

AA AAA

On Black Background

4.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E7
200
#D1D3
300
#ADB1
400
#8389
500
#5F67
600
#444C
700
#363C
800
#272B
900
#191C
950
#1011

Shades

Darker variations

1#4D55AF
2#444C9C
3#3C4288
4#333975
5#2B2F61
6#22264E
7#1A1C3A
8#111327
9#090913

Tints

Lighter variations

1#6F76C0
2#7F85C7
3#8F95CE
4#9FA4D5
5#AFB3DC
6#BFC2E3
7#CFD1EA
8#DFE1F1
9#EFF0F8

Tones

Muted variations

1#646BB5
2#686EB0
3#6D72AC
4#7176A7
5#767AA3
6#7A7D9E
7#7F819A
8#838595
9#888991

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
D1D3
#D1D3EB
Secondary backgroundsInput backgroundsDividers
300
ADB1
#ADB1DB
BordersInactive statesPlaceholder text
400
8389
#8389C9
Disabled statesSecondary iconsMuted text
500
5F67
#5F67B9
Primary brand colorCTAsActive elementsLinks
600
444C
#444C9C
Hover statesFocus ringsPrimary buttons hover
700
363C
#363C7C
Active/pressed statesDark mode accentsSecondary text
800
272B
#272B59
Text on light backgroundsHeadingsStrong borders
900
191C
#191C39
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: #D1D3EB;
  --steel-blue-300: #ADB1DB;
  --steel-blue-400: #8389C9;
  --steel-blue-500: #5F67B9;
  --steel-blue-600: #444C9C;
  --steel-blue-700: #363C7C;
  --steel-blue-800: #272B59;
  --steel-blue-900: #191C39;
  --steel-blue-950: #101123;
}
Generate More ShadesCreate PaletteConvert Color