Steel Blue

#5FA7B9

Cyan

Color Codes

All color formats for development

HEX
#5FA7B9
RGB
rgb(95, 167, 185)
HSL
hsl(192, 39%, 55%)
OKLCH
oklch(0.688 0.077 215.8)
CMYK
cmyk(49%, 10%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.72:1

AA AAA

On Black Background

7.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F1
200
#D1E6
300
#ADD2
400
#83BB
500
#5FA7
600
#448A
700
#366E
800
#274F
900
#1932
950
#101F

Shades

Darker variations

1#4D9CAF
2#448A9C
3#3C7988
4#336875
5#2B5761
6#22454E
7#1A343A
8#112327
9#091113

Tints

Lighter variations

1#6FB0C0
2#7FB9C7
3#8FC1CE
4#9FCAD5
5#AFD3DC
6#BFDCE3
7#CFE5EA
8#DFEDF1
9#EFF6F8

Tones

Muted variations

1#64A4B5
2#68A2B0
3#6D9FAC
4#719CA7
5#769AA3
6#7A979E
7#7F949A
8#839295
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
D1E6
#D1E6EB
Secondary backgroundsInput backgroundsDividers
300
ADD2
#ADD2DB
BordersInactive statesPlaceholder text
400
83BB
#83BBC9
Disabled statesSecondary iconsMuted text
500
5FA7
#5FA7B9
Primary brand colorCTAsActive elementsLinks
600
448A
#448A9C
Hover statesFocus ringsPrimary buttons hover
700
366E
#366E7C
Active/pressed statesDark mode accentsSecondary text
800
274F
#274F59
Text on light backgroundsHeadingsStrong borders
900
1932
#193239
Primary textHigh emphasis contentDark headings
950
101F
#101F23
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: #D1E6EB;
  --steel-blue-300: #ADD2DB;
  --steel-blue-400: #83BBC9;
  --steel-blue-500: #5FA7B9;
  --steel-blue-600: #448A9C;
  --steel-blue-700: #366E7C;
  --steel-blue-800: #274F59;
  --steel-blue-900: #193239;
  --steel-blue-950: #101F23;
}
Generate More ShadesCreate PaletteConvert Color