Steel Blue

#5D9FBB

Blue

Color Codes

All color formats for development

HEX
#5D9FBB
RGB
rgb(93, 159, 187)
HSL
hsl(198, 41%, 55%)
OKLCH
oklch(0.669 0.079 227.3)
CMYK
cmyk(50%, 15%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.94:1

AA AAA

On Black Background

7.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F0
200
#D0E3
300
#ACCE
400
#81B4
500
#5D9F
600
#4283
700
#3568
800
#264A
900
#182F
950
#0F1E

Shades

Darker variations

1#4A93B2
2#42839E
3#3A728A
4#326277
5#295263
6#21414F
7#19313B
8#112128
9#081014

Tints

Lighter variations

1#6DA9C2
2#7EB2C9
3#8EBCD0
4#9EC5D6
5#AECFDD
6#BED9E4
7#CEE2EB
8#DFECF1
9#EFF5F8

Tones

Muted variations

1#629DB7
2#679BB2
3#6B99AD
4#7098A8
5#7596A4
6#79949F
7#7E929A
8#839096
9#888E91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E6F0
#E6F0F4
Light backgroundsTable row hoverSkeleton loading
200
D0E3
#D0E3EB
Secondary backgroundsInput backgroundsDividers
300
ACCE
#ACCEDC
BordersInactive statesPlaceholder text
400
81B4
#81B4CA
Disabled statesSecondary iconsMuted text
500
5D9F
#5D9FBB
Primary brand colorCTAsActive elementsLinks
600
4283
#42839E
Hover statesFocus ringsPrimary buttons hover
700
3568
#35687E
Active/pressed statesDark mode accentsSecondary text
800
264A
#264A5A
Text on light backgroundsHeadingsStrong borders
900
182F
#182F3A
Primary textHigh emphasis contentDark headings
950
0F1E
#0F1E24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F9FA;
  --steel-blue-100: #E6F0F4;
  --steel-blue-200: #D0E3EB;
  --steel-blue-300: #ACCEDC;
  --steel-blue-400: #81B4CA;
  --steel-blue-500: #5D9FBB;
  --steel-blue-600: #42839E;
  --steel-blue-700: #35687E;
  --steel-blue-800: #264A5A;
  --steel-blue-900: #182F3A;
  --steel-blue-950: #0F1E24;
}
Generate More ShadesCreate PaletteConvert Color