Steel Blue

#4B93CE

Blue

Color Codes

All color formats for development

HEX
#4B93CE
RGB
rgb(75, 147, 206)
HSL
hsl(207, 57%, 55%)
OKLCH
oklch(0.642 0.115 245.6)
CMYK
cmyk(64%, 29%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

3.30:1

AA AAA

On Black Background

6.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EE
200
#CBE0
300
#A3C8
400
#73AB
500
#4B93
600
#3077
700
#265E
800
#1B43
900
#122B
950
#0B1B

Shades

Darker variations

1#3685C6
2#3077B0
3#2A689A
4#245984
5#1E4A6E
6#183B58
7#122C42
8#0C1E2C
9#060F16

Tints

Lighter variations

1#5D9ED3
2#6FA8D8
3#81B3DC
4#93BEE1
5#A5C9E6
6#B7D4EB
7#C9DFF0
8#DBE9F5
9#EDF4FA

Tones

Muted variations

1#5192C7
2#5891C1
3#5E91BA
4#6590B3
5#6C90AD
6#728FA6
7#798EA0
8#7F8E99
9#868D93

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EE
#E3EEF7
Light backgroundsTable row hoverSkeleton loading
200
CBE0
#CBE0F1
Secondary backgroundsInput backgroundsDividers
300
A3C8
#A3C8E6
BordersInactive statesPlaceholder text
400
73AB
#73ABD9
Disabled statesSecondary iconsMuted text
500
4B93
#4B93CE
Primary brand colorCTAsActive elementsLinks
600
3077
#3077B0
Hover statesFocus ringsPrimary buttons hover
700
265E
#265E8C
Active/pressed statesDark mode accentsSecondary text
800
1B43
#1B4364
Text on light backgroundsHeadingsStrong borders
900
122B
#122B40
Primary textHigh emphasis contentDark headings
950
0B1B
#0B1B28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F8FC;
  --steel-blue-100: #E3EEF7;
  --steel-blue-200: #CBE0F1;
  --steel-blue-300: #A3C8E6;
  --steel-blue-400: #73ABD9;
  --steel-blue-500: #4B93CE;
  --steel-blue-600: #3077B0;
  --steel-blue-700: #265E8C;
  --steel-blue-800: #1B4364;
  --steel-blue-900: #122B40;
  --steel-blue-950: #0B1B28;
}
Generate More ShadesCreate PaletteConvert Color