Steel Blue

#5F94B9

Blue

Color Codes

All color formats for development

HEX
#5F94B9
RGB
rgb(95, 148, 185)
HSL
hsl(205, 39%, 55%)
OKLCH
oklch(0.644 0.079 240.1)
CMYK
cmyk(49%, 20%, 0%, 27%)

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
#F4F8
100
#E6EE
200
#D1E0
300
#ADC8
400
#83AC
500
#5F94
600
#4477
700
#365F
800
#2744
900
#192B
950
#101B

Shades

Darker variations

1#4D86AF
2#44779C
3#3C6988
4#335A75
5#2B4B61
6#223C4E
7#1A2D3A
8#111E27
9#090F13

Tints

Lighter variations

1#6F9EC0
2#7FA9C7
3#8FB4CE
4#9FBFD5
5#AFC9DC
6#BFD4E3
7#CFDFEA
8#DFEAF1
9#EFF4F8

Tones

Muted variations

1#6493B5
2#6892B0
3#6D91AC
4#7191A7
5#7690A3
6#7A8F9E
7#7F8E9A
8#838E95
9#888D91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EE
#E6EEF4
Light backgroundsTable row hoverSkeleton loading
200
D1E0
#D1E0EB
Secondary backgroundsInput backgroundsDividers
300
ADC8
#ADC8DB
BordersInactive statesPlaceholder text
400
83AC
#83ACC9
Disabled statesSecondary iconsMuted text
500
5F94
#5F94B9
Primary brand colorCTAsActive elementsLinks
600
4477
#44779C
Hover statesFocus ringsPrimary buttons hover
700
365F
#365F7C
Active/pressed statesDark mode accentsSecondary text
800
2744
#274459
Text on light backgroundsHeadingsStrong borders
900
192B
#192B39
Primary textHigh emphasis contentDark headings
950
101B
#101B23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F8FA;
  --steel-blue-100: #E6EEF4;
  --steel-blue-200: #D1E0EB;
  --steel-blue-300: #ADC8DB;
  --steel-blue-400: #83ACC9;
  --steel-blue-500: #5F94B9;
  --steel-blue-600: #44779C;
  --steel-blue-700: #365F7C;
  --steel-blue-800: #274459;
  --steel-blue-900: #192B39;
  --steel-blue-950: #101B23;
}
Generate More ShadesCreate PaletteConvert Color