Steel Blue

#4FA5C9

Blue

Color Codes

All color formats for development

HEX
#4FA5C9
RGB
rgb(79, 165, 201)
HSL
hsl(198, 53%, 55%)
OKLCH
oklch(0.683 0.098 228.2)
CMYK
cmyk(61%, 18%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.78:1

AA AAA

On Black Background

7.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E4F1
200
#CCE5
300
#A5D1
400
#76B9
500
#4FA5
600
#3588
700
#2A6C
800
#1E4D
900
#1331
950
#0C1F

Shades

Darker variations

1#3B99C1
2#3588AC
3#2E7796
4#286681
5#21556B
6#1A4456
7#143340
8#0D222B
9#071115

Tints

Lighter variations

1#61AECE
2#73B7D4
3#84C0D9
4#96C9DF
5#A7D2E4
6#B9DBE9
7#CAE4EF
8#DCEDF4
9#EDF6FA

Tones

Muted variations

1#56A2C3
2#5CA0BD
3#629DB7
4#689BB1
5#6E98AB
6#7496A5
7#7A949E
8#809198
9#868F92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F1
#E4F1F7
Light backgroundsTable row hoverSkeleton loading
200
CCE5
#CCE5EF
Secondary backgroundsInput backgroundsDividers
300
A5D1
#A5D1E3
BordersInactive statesPlaceholder text
400
76B9
#76B9D5
Disabled statesSecondary iconsMuted text
500
4FA5
#4FA5C9
Primary brand colorCTAsActive elementsLinks
600
3588
#3588AC
Hover statesFocus ringsPrimary buttons hover
700
2A6C
#2A6C89
Active/pressed statesDark mode accentsSecondary text
800
1E4D
#1E4D62
Text on light backgroundsHeadingsStrong borders
900
1331
#13313E
Primary textHigh emphasis contentDark headings
950
0C1F
#0C1F27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F9FB;
  --steel-blue-100: #E4F1F7;
  --steel-blue-200: #CCE5EF;
  --steel-blue-300: #A5D1E3;
  --steel-blue-400: #76B9D5;
  --steel-blue-500: #4FA5C9;
  --steel-blue-600: #3588AC;
  --steel-blue-700: #2A6C89;
  --steel-blue-800: #1E4D62;
  --steel-blue-900: #13313E;
  --steel-blue-950: #0C1F27;
}
Generate More ShadesCreate PaletteConvert Color