Steel Blue

#5FA1B9

Blue

Color Codes

All color formats for development

HEX
#5FA1B9
RGB
rgb(95, 161, 185)
HSL
hsl(196, 39%, 55%)
OKLCH
oklch(0.674 0.076 223.5)
CMYK
cmyk(49%, 13%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.88:1

AA AAA

On Black Background

7.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F0
200
#D1E4
300
#ADCF
400
#83B6
500
#5FA1
600
#4485
700
#3669
800
#274B
900
#1930
950
#101E

Shades

Darker variations

1#4D95AF
2#44859C
3#3C7488
4#336375
5#2B5361
6#22424E
7#1A323A
8#112127
9#091113

Tints

Lighter variations

1#6FABC0
2#7FB4C7
3#8FBDCE
4#9FC7D5
5#AFD0DC
6#BFD9E3
7#CFE3EA
8#DFECF1
9#EFF6F8

Tones

Muted variations

1#649FB5
2#689DB0
3#6D9BAC
4#7199A7
5#7697A3
6#7A959E
7#7F939A
8#839095
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
D1E4
#D1E4EB
Secondary backgroundsInput backgroundsDividers
300
ADCF
#ADCFDB
BordersInactive statesPlaceholder text
400
83B6
#83B6C9
Disabled statesSecondary iconsMuted text
500
5FA1
#5FA1B9
Primary brand colorCTAsActive elementsLinks
600
4485
#44859C
Hover statesFocus ringsPrimary buttons hover
700
3669
#36697C
Active/pressed statesDark mode accentsSecondary text
800
274B
#274B59
Text on light backgroundsHeadingsStrong borders
900
1930
#193039
Primary textHigh emphasis contentDark headings
950
101E
#101E23
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: #D1E4EB;
  --steel-blue-300: #ADCFDB;
  --steel-blue-400: #83B6C9;
  --steel-blue-500: #5FA1B9;
  --steel-blue-600: #44859C;
  --steel-blue-700: #36697C;
  --steel-blue-800: #274B59;
  --steel-blue-900: #193039;
  --steel-blue-950: #101E23;
}
Generate More ShadesCreate PaletteConvert Color