Steel Blue

#4B5895

Blue

Color Codes

All color formats for development

HEX
#4B5895
RGB
rgb(75, 88, 149)
HSL
hsl(229, 33%, 44%)
OKLCH
oklch(0.479 0.1 273)
CMYK
cmyk(50%, 41%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

6.71:1

AA AAA

On Black Background

3.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7E9
200
#D3D7
300
#B1B8
400
#8893
500
#6674
600
#4B59
700
#3C47
800
#2B32
900
#1B20
950
#1114

Shades

Darker variations

1#445086
2#3C4777
3#353E68
4#2D355A
5#262C4B
6#1E243C
7#171B2D
8#0F121E
9#08090F

Tints

Lighter variations

1#5564A8
2#6775B2
3#7A86BC
4#8D97C6
5#A0A9CF
6#B3BAD9
7#C6CBE2
8#D9DCEC
9#ECEEF5

Tones

Muted variations

1#4F5B92
2#535D8E
3#56608A
4#5A6286
5#5E6483
6#61677F
7#65697B
8#696C78
9#6C6E74

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E9
#E7E9F3
Light backgroundsTable row hoverSkeleton loading
200
D3D7
#D3D7E9
Secondary backgroundsInput backgroundsDividers
300
B1B8
#B1B8D8
BordersInactive statesPlaceholder text
400
8893
#8893C3
Disabled statesSecondary iconsMuted text
500
6674
#6674B2
Primary brand colorCTAsActive elementsLinks
600
4B59
#4B5995
Hover statesFocus ringsPrimary buttons hover
700
3C47
#3C4777
Active/pressed statesDark mode accentsSecondary text
800
2B32
#2B3255
Text on light backgroundsHeadingsStrong borders
900
1B20
#1B2036
Primary textHigh emphasis contentDark headings
950
1114
#111422
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F6FA;
  --steel-blue-100: #E7E9F3;
  --steel-blue-200: #D3D7E9;
  --steel-blue-300: #B1B8D8;
  --steel-blue-400: #8893C3;
  --steel-blue-500: #6674B2;
  --steel-blue-600: #4B5995;
  --steel-blue-700: #3C4777;
  --steel-blue-800: #2B3255;
  --steel-blue-900: #1B2036;
  --steel-blue-950: #111422;
}
Generate More ShadesCreate PaletteConvert Color