Steel Blue

#5DA4BB

Blue

Color Codes

All color formats for development

HEX
#5DA4BB
RGB
rgb(93, 164, 187)
HSL
hsl(195, 41%, 55%)
OKLCH
oklch(0.681 0.079 221.1)
CMYK
cmyk(50%, 12%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.80:1

AA AAA

On Black Background

7.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F1
200
#D0E5
300
#ACD0
400
#81B8
500
#5DA4
600
#4287
700
#356C
800
#264D
900
#1831
950
#0F1F

Shades

Darker variations

1#4A98B2
2#42879E
3#3A768A
4#326577
5#295563
6#21444F
7#19333B
8#112228
9#081114

Tints

Lighter variations

1#6DADC2
2#7EB6C9
3#8EBFD0
4#9EC8D6
5#AED1DD
6#BEDBE4
7#CEE4EB
8#DFEDF1
9#EFF6F8

Tones

Muted variations

1#62A1B7
2#679FB2
3#6B9DAD
4#709AA8
5#7598A4
6#79969F
7#7E939A
8#839196
9#888F91

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E6F1
#E6F1F4
Light backgroundsTable row hoverSkeleton loading
200
D0E5
#D0E5EB
Secondary backgroundsInput backgroundsDividers
300
ACD0
#ACD0DC
BordersInactive statesPlaceholder text
400
81B8
#81B8CA
Disabled statesSecondary iconsMuted text
500
5DA4
#5DA4BB
Primary brand colorCTAsActive elementsLinks
600
4287
#42879E
Hover statesFocus ringsPrimary buttons hover
700
356C
#356C7E
Active/pressed statesDark mode accentsSecondary text
800
264D
#264D5A
Text on light backgroundsHeadingsStrong borders
900
1831
#18313A
Primary textHigh emphasis contentDark headings
950
0F1F
#0F1F24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F9FA;
  --steel-blue-100: #E6F1F4;
  --steel-blue-200: #D0E5EB;
  --steel-blue-300: #ACD0DC;
  --steel-blue-400: #81B8CA;
  --steel-blue-500: #5DA4BB;
  --steel-blue-600: #42879E;
  --steel-blue-700: #356C7E;
  --steel-blue-800: #264D5A;
  --steel-blue-900: #18313A;
  --steel-blue-950: #0F1F24;
}
Generate More ShadesCreate PaletteConvert Color