Steel Blue

#5194C8

Blue

Color Codes

All color formats for development

HEX
#5194C8
RGB
rgb(81, 148, 200)
HSL
hsl(206, 52%, 55%)
OKLCH
oklch(0.644 0.104 243.9)
CMYK
cmyk(60%, 26%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

3.27:1

AA AAA

On Black Background

6.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E4EE
200
#CDE0
300
#A6C8
400
#77AC
500
#5194
600
#3678
700
#2B5F
800
#1F44
900
#142C
950
#0C1B

Shades

Darker variations

1#3D87C0
2#3678AB
3#2F6995
4#285A80
5#224B6B
6#1B3C55
7#142D40
8#0D1E2B
9#070F15

Tints

Lighter variations

1#629FCD
2#73AAD3
3#85B4D8
4#96BFDE
5#A8CAE3
6#B9D4E9
7#CBDFEE
8#DCEAF4
9#EEF4F9

Tones

Muted variations

1#5793C2
2#5D93BC
3#6292B6
4#6891B0
5#6E90AA
6#748FA4
7#7A8F9E
8#808E98
9#868D92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EE
#E4EEF6
Light backgroundsTable row hoverSkeleton loading
200
CDE0
#CDE0EF
Secondary backgroundsInput backgroundsDividers
300
A6C8
#A6C8E3
BordersInactive statesPlaceholder text
400
77AC
#77ACD4
Disabled statesSecondary iconsMuted text
500
5194
#5194C8
Primary brand colorCTAsActive elementsLinks
600
3678
#3678AB
Hover statesFocus ringsPrimary buttons hover
700
2B5F
#2B5F88
Active/pressed statesDark mode accentsSecondary text
800
1F44
#1F4461
Text on light backgroundsHeadingsStrong borders
900
142C
#142C3E
Primary textHigh emphasis contentDark headings
950
0C1B
#0C1B27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F8FB;
  --steel-blue-100: #E4EEF6;
  --steel-blue-200: #CDE0EF;
  --steel-blue-300: #A6C8E3;
  --steel-blue-400: #77ACD4;
  --steel-blue-500: #5194C8;
  --steel-blue-600: #3678AB;
  --steel-blue-700: #2B5F88;
  --steel-blue-800: #1F4461;
  --steel-blue-900: #142C3E;
  --steel-blue-950: #0C1B27;
}
Generate More ShadesCreate PaletteConvert Color