Steel Blue

#5188C8

Blue

Color Codes

All color formats for development

HEX
#5188C8
RGB
rgb(81, 136, 200)
HSL
hsl(212, 52%, 55%)
OKLCH
oklch(0.617 0.114 253.3)
CMYK
cmyk(60%, 32%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

3.68:1

AA AAA

On Black Background

5.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E4ED
200
#CDDD
300
#A6C2
400
#77A3
500
#5188
600
#366C
700
#2B56
800
#1F3E
900
#1427
950
#0C19

Shades

Darker variations

1#3D7AC0
2#366CAB
3#2F5F95
4#285180
5#22446B
6#1B3655
7#142940
8#0D1B2B
9#070E15

Tints

Lighter variations

1#6294CD
2#73A0D3
3#85ACD8
4#96B8DE
5#A8C4E3
6#B9D0E9
7#CBDBEE
8#DCE7F4
9#EEF3F9

Tones

Muted variations

1#5789C2
2#5D89BC
3#6289B6
4#688AB0
5#6E8AAA
6#748BA4
7#7A8B9E
8#808B98
9#868C92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E4ED
#E4EDF6
Light backgroundsTable row hoverSkeleton loading
200
CDDD
#CDDDEF
Secondary backgroundsInput backgroundsDividers
300
A6C2
#A6C2E3
BordersInactive statesPlaceholder text
400
77A3
#77A3D4
Disabled statesSecondary iconsMuted text
500
5188
#5188C8
Primary brand colorCTAsActive elementsLinks
600
366C
#366CAB
Hover statesFocus ringsPrimary buttons hover
700
2B56
#2B5688
Active/pressed statesDark mode accentsSecondary text
800
1F3E
#1F3E61
Text on light backgroundsHeadingsStrong borders
900
1427
#14273E
Primary textHigh emphasis contentDark headings
950
0C19
#0C1927
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F7FB;
  --steel-blue-100: #E4EDF6;
  --steel-blue-200: #CDDDEF;
  --steel-blue-300: #A6C2E3;
  --steel-blue-400: #77A3D4;
  --steel-blue-500: #5188C8;
  --steel-blue-600: #366CAB;
  --steel-blue-700: #2B5688;
  --steel-blue-800: #1F3E61;
  --steel-blue-900: #14273E;
  --steel-blue-950: #0C1927;
}
Generate More ShadesCreate PaletteConvert Color