Steel Blue

#4B6995

Blue

Color Codes

All color formats for development

HEX
#4B6995
RGB
rgb(75, 105, 149)
HSL
hsl(216, 33%, 44%)
OKLCH
oklch(0.517 0.079 257.8)
CMYK
cmyk(50%, 30%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

5.59:1

AA AAA

On Black Background

3.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EC
200
#D3DC
300
#B1C0
400
#88A0
500
#6685
600
#4B69
700
#3C53
800
#2B3C
900
#1B26
950
#1118

Shades

Darker variations

1#445E86
2#3C5477
3#354968
4#2D3F5A
5#26344B
6#1E2A3C
7#171F2D
8#0F151E
9#080A0F

Tints

Lighter variations

1#5576A8
2#6785B2
3#7A94BC
4#8DA4C6
5#A0B3CF
6#B3C2D9
7#C6D1E2
8#D9E1EC
9#ECF0F5

Tones

Muted variations

1#4F6A92
2#536A8E
3#566B8A
4#5A6C86
5#5E6C83
6#616D7F
7#656E7B
8#696F78
9#6C6F74

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EC
#E7ECF3
Light backgroundsTable row hoverSkeleton loading
200
D3DC
#D3DCE9
Secondary backgroundsInput backgroundsDividers
300
B1C0
#B1C0D8
BordersInactive statesPlaceholder text
400
88A0
#88A0C3
Disabled statesSecondary iconsMuted text
500
6685
#6685B2
Primary brand colorCTAsActive elementsLinks
600
4B69
#4B6995
Hover statesFocus ringsPrimary buttons hover
700
3C53
#3C5377
Active/pressed statesDark mode accentsSecondary text
800
2B3C
#2B3C55
Text on light backgroundsHeadingsStrong borders
900
1B26
#1B2636
Primary textHigh emphasis contentDark headings
950
1118
#111822
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F7FA;
  --steel-blue-100: #E7ECF3;
  --steel-blue-200: #D3DCE9;
  --steel-blue-300: #B1C0D8;
  --steel-blue-400: #88A0C3;
  --steel-blue-500: #6685B2;
  --steel-blue-600: #4B6995;
  --steel-blue-700: #3C5377;
  --steel-blue-800: #2B3C55;
  --steel-blue-900: #1B2636;
  --steel-blue-950: #111822;
}
Generate More ShadesCreate PaletteConvert Color