Steel Blue

#5DA2BB

Blue

Color Codes

All color formats for development

HEX
#5DA2BB
RGB
rgb(93, 162, 187)
HSL
hsl(196, 41%, 55%)
OKLCH
oklch(0.676 0.079 223.5)
CMYK
cmyk(50%, 13%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.86:1

AA AAA

On Black Background

7.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F1
200
#D0E4
300
#ACD0
400
#81B7
500
#5DA2
600
#4286
700
#356A
800
#264C
900
#1831
950
#0F1E

Shades

Darker variations

1#4A96B2
2#42869E
3#3A758A
4#326477
5#295463
6#21434F
7#19323B
8#112128
9#081114

Tints

Lighter variations

1#6DABC2
2#7EB5C9
3#8EBED0
4#9EC7D6
5#AED1DD
6#BEDAE4
7#CEE3EB
8#DFECF1
9#EFF6F8

Tones

Muted variations

1#62A0B7
2#679EB2
3#6B9CAD
4#7099A8
5#7597A4
6#79959F
7#7E939A
8#839196
9#888E91

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
D0E4
#D0E4EB
Secondary backgroundsInput backgroundsDividers
300
ACD0
#ACD0DC
BordersInactive statesPlaceholder text
400
81B7
#81B7CA
Disabled statesSecondary iconsMuted text
500
5DA2
#5DA2BB
Primary brand colorCTAsActive elementsLinks
600
4286
#42869E
Hover statesFocus ringsPrimary buttons hover
700
356A
#356A7E
Active/pressed statesDark mode accentsSecondary text
800
264C
#264C5A
Text on light backgroundsHeadingsStrong borders
900
1831
#18313A
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: #E6F1F4;
  --steel-blue-200: #D0E4EB;
  --steel-blue-300: #ACD0DC;
  --steel-blue-400: #81B7CA;
  --steel-blue-500: #5DA2BB;
  --steel-blue-600: #42869E;
  --steel-blue-700: #356A7E;
  --steel-blue-800: #264C5A;
  --steel-blue-900: #18313A;
  --steel-blue-950: #0F1E24;
}
Generate More ShadesCreate PaletteConvert Color