Steel Blue

#4B6595

Blue

Color Codes

All color formats for development

HEX
#4B6595
RGB
rgb(75, 101, 149)
HSL
hsl(219, 33%, 44%)
OKLCH
oklch(0.508 0.083 262.1)
CMYK
cmyk(50%, 32%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

5.84:1

AA AAA

On Black Background

3.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EB
200
#D3DB
300
#B1BF
400
#889D
500
#6681
600
#4B65
700
#3C50
800
#2B39
900
#1B25
950
#1117

Shades

Darker variations

1#445B86
2#3C5177
3#354768
4#2D3D5A
5#26334B
6#1E283C
7#171E2D
8#0F141E
9#080A0F

Tints

Lighter variations

1#5572A8
2#6781B2
3#7A91BC
4#8DA1C6
5#A0B1CF
6#B3C0D9
7#C6D0E2
8#D9E0EC
9#ECEFF5

Tones

Muted variations

1#4F6692
2#53678E
3#56688A
4#5A6A86
5#5E6B83
6#616C7F
7#656D7B
8#696E78
9#6C6F74

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EB
#E7EBF3
Light backgroundsTable row hoverSkeleton loading
200
D3DB
#D3DBE9
Secondary backgroundsInput backgroundsDividers
300
B1BF
#B1BFD8
BordersInactive statesPlaceholder text
400
889D
#889DC3
Disabled statesSecondary iconsMuted text
500
6681
#6681B2
Primary brand colorCTAsActive elementsLinks
600
4B65
#4B6595
Hover statesFocus ringsPrimary buttons hover
700
3C50
#3C5077
Active/pressed statesDark mode accentsSecondary text
800
2B39
#2B3955
Text on light backgroundsHeadingsStrong borders
900
1B25
#1B2536
Primary textHigh emphasis contentDark headings
950
1117
#111722
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F7FA;
  --steel-blue-100: #E7EBF3;
  --steel-blue-200: #D3DBE9;
  --steel-blue-300: #B1BFD8;
  --steel-blue-400: #889DC3;
  --steel-blue-500: #6681B2;
  --steel-blue-600: #4B6595;
  --steel-blue-700: #3C5077;
  --steel-blue-800: #2B3955;
  --steel-blue-900: #1B2536;
  --steel-blue-950: #111722;
}
Generate More ShadesCreate PaletteConvert Color