Steel Blue

#4993D0

Blue

Color Codes

All color formats for development

HEX
#4993D0
RGB
rgb(73, 147, 208)
HSL
hsl(207, 59%, 55%)
OKLCH
oklch(0.643 0.118 245.9)
CMYK
cmyk(65%, 29%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

3.30:1

AA AAA

On Black Background

6.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EE
200
#CAE0
300
#A2C8
400
#71AB
500
#4993
600
#2E77
700
#255F
800
#1A44
900
#112B
950
#0A1B

Shades

Darker variations

1#3486C9
2#2E77B2
3#28689C
4#235986
5#1D4A6F
6#173B59
7#112D43
8#0C1E2D
9#060F16

Tints

Lighter variations

1#5B9ED5
2#6DA9D9
3#7FB3DE
4#92BEE3
5#A4C9E7
6#B6D4EC
7#C8DFF1
8#DBE9F6
9#EDF4FA

Tones

Muted variations

1#4F92C9
2#5692C2
3#5D91BC
4#6490B5
5#6A90AE
6#718FA7
7#788EA1
8#7F8E9A
9#858D93

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EE
#E3EEF8
Light backgroundsTable row hoverSkeleton loading
200
CAE0
#CAE0F1
Secondary backgroundsInput backgroundsDividers
300
A2C8
#A2C8E7
BordersInactive statesPlaceholder text
400
71AB
#71ABDA
Disabled statesSecondary iconsMuted text
500
4993
#4993D0
Primary brand colorCTAsActive elementsLinks
600
2E77
#2E77B2
Hover statesFocus ringsPrimary buttons hover
700
255F
#255F8E
Active/pressed statesDark mode accentsSecondary text
800
1A44
#1A4465
Text on light backgroundsHeadingsStrong borders
900
112B
#112B41
Primary textHigh emphasis contentDark headings
950
0A1B
#0A1B29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F8FC;
  --steel-blue-100: #E3EEF8;
  --steel-blue-200: #CAE0F1;
  --steel-blue-300: #A2C8E7;
  --steel-blue-400: #71ABDA;
  --steel-blue-500: #4993D0;
  --steel-blue-600: #2E77B2;
  --steel-blue-700: #255F8E;
  --steel-blue-800: #1A4465;
  --steel-blue-900: #112B41;
  --steel-blue-950: #0A1B29;
}
Generate More ShadesCreate PaletteConvert Color