Steel Blue

#5388C6

Blue

Color Codes

All color formats for development

HEX
#5388C6
RGB
rgb(83, 136, 198)
HSL
hsl(212, 50%, 55%)
OKLCH
oklch(0.617 0.11 253.4)
CMYK
cmyk(58%, 31%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

3.68:1

AA AAA

On Black Background

5.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E4ED
200
#CDDD
300
#A7C2
400
#79A3
500
#5388
600
#386C
700
#2D56
800
#203E
900
#1427
950
#0D19

Shades

Darker variations

1#3F7ABD
2#386CA8
3#315F93
4#2A517E
5#234469
6#1C3654
7#15293F
8#0E1B2A
9#070E15

Tints

Lighter variations

1#6494CB
2#75A0D1
3#87ACD7
4#98B8DD
5#A9C4E2
6#BAD0E8
7#CBDBEE
8#DDE7F4
9#EEF3F9

Tones

Muted variations

1#5989C0
2#5E89BA
3#648AB4
4#6A8AAF
5#708AA9
6#758BA3
7#7B8B9D
8#818B98
9#878C92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E4ED
#E4EDF6
Light backgroundsTable row hoverSkeleton loading
200
CDDD
#CDDDEE
Secondary backgroundsInput backgroundsDividers
300
A7C2
#A7C2E2
BordersInactive statesPlaceholder text
400
79A3
#79A3D2
Disabled statesSecondary iconsMuted text
500
5388
#5388C6
Primary brand colorCTAsActive elementsLinks
600
386C
#386CA8
Hover statesFocus ringsPrimary buttons hover
700
2D56
#2D5686
Active/pressed statesDark mode accentsSecondary text
800
203E
#203E60
Text on light backgroundsHeadingsStrong borders
900
1427
#14273D
Primary textHigh emphasis contentDark headings
950
0D19
#0D1926
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F7FB;
  --steel-blue-100: #E4EDF6;
  --steel-blue-200: #CDDDEE;
  --steel-blue-300: #A7C2E2;
  --steel-blue-400: #79A3D2;
  --steel-blue-500: #5388C6;
  --steel-blue-600: #386CA8;
  --steel-blue-700: #2D5686;
  --steel-blue-800: #203E60;
  --steel-blue-900: #14273D;
  --steel-blue-950: #0D1926;
}
Generate More ShadesCreate PaletteConvert Color