Steel Blue

#5DA5BB

Cyan

Color Codes

All color formats for development

HEX
#5DA5BB
RGB
rgb(93, 165, 187)
HSL
hsl(194, 41%, 55%)
OKLCH
oklch(0.683 0.079 219.8)
CMYK
cmyk(50%, 12%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.78:1

AA AAA

On Black Background

7.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F1
200
#D0E5
300
#ACD1
400
#81B9
500
#5DA5
600
#4289
700
#356D
800
#264E
900
#1832
950
#0F1F

Shades

Darker variations

1#4A9AB2
2#42899E
3#3A788A
4#326777
5#295563
6#21444F
7#19333B
8#112228
9#081114

Tints

Lighter variations

1#6DAEC2
2#7EB7C9
3#8EC0D0
4#9EC9D6
5#AED2DD
6#BEDBE4
7#CEE4EB
8#DFEDF1
9#EFF6F8

Tones

Muted variations

1#62A3B7
2#67A0B2
3#6B9EAD
4#709BA8
5#7599A4
6#79969F
7#7E949A
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
ACD1
#ACD1DC
BordersInactive statesPlaceholder text
400
81B9
#81B9CA
Disabled statesSecondary iconsMuted text
500
5DA5
#5DA5BB
Primary brand colorCTAsActive elementsLinks
600
4289
#42899E
Hover statesFocus ringsPrimary buttons hover
700
356D
#356D7E
Active/pressed statesDark mode accentsSecondary text
800
264E
#264E5A
Text on light backgroundsHeadingsStrong borders
900
1832
#18323A
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: #ACD1DC;
  --steel-blue-400: #81B9CA;
  --steel-blue-500: #5DA5BB;
  --steel-blue-600: #42899E;
  --steel-blue-700: #356D7E;
  --steel-blue-800: #264E5A;
  --steel-blue-900: #18323A;
  --steel-blue-950: #0F1F24;
}
Generate More ShadesCreate PaletteConvert Color