Steel Blue

#4991D0

Blue

Color Codes

All color formats for development

HEX
#4991D0
RGB
rgb(73, 145, 208)
HSL
hsl(208, 59%, 55%)
OKLCH
oklch(0.638 0.119 247.4)
CMYK
cmyk(65%, 30%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

3.36:1

AA AAA

On Black Background

6.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EE
200
#CADF
300
#A2C7
400
#71A9
500
#4991
600
#2E75
700
#255D
800
#1A42
900
#112A
950
#0A1B

Shades

Darker variations

1#3483C9
2#2E75B2
3#28669C
4#235786
5#1D496F
6#173A59
7#112C43
8#0C1D2D
9#060F16

Tints

Lighter variations

1#5B9CD5
2#6DA7D9
3#7FB2DE
4#92BDE3
5#A4C8E7
6#B6D3EC
7#C8DEF1
8#DBE9F6
9#EDF4FA

Tones

Muted variations

1#4F90C9
2#5690C2
3#5D8FBC
4#648FB5
5#6A8FAE
6#718EA7
7#788EA1
8#7F8D9A
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
CADF
#CADFF1
Secondary backgroundsInput backgroundsDividers
300
A2C7
#A2C7E7
BordersInactive statesPlaceholder text
400
71A9
#71A9DA
Disabled statesSecondary iconsMuted text
500
4991
#4991D0
Primary brand colorCTAsActive elementsLinks
600
2E75
#2E75B2
Hover statesFocus ringsPrimary buttons hover
700
255D
#255D8E
Active/pressed statesDark mode accentsSecondary text
800
1A42
#1A4265
Text on light backgroundsHeadingsStrong borders
900
112A
#112A41
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: #CADFF1;
  --steel-blue-300: #A2C7E7;
  --steel-blue-400: #71A9DA;
  --steel-blue-500: #4991D0;
  --steel-blue-600: #2E75B2;
  --steel-blue-700: #255D8E;
  --steel-blue-800: #1A4265;
  --steel-blue-900: #112A41;
  --steel-blue-950: #0A1B29;
}
Generate More ShadesCreate PaletteConvert Color