Steel Blue

#55A4C3

Blue

Color Codes

All color formats for development

HEX
#55A4C3
RGB
rgb(85, 164, 195)
HSL
hsl(197, 48%, 55%)
OKLCH
oklch(0.681 0.09 226.1)
CMYK
cmyk(56%, 16%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.81:1

AA AAA

On Black Background

7.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F1
200
#CEE5
300
#A8D1
400
#7BB8
500
#55A4
600
#3A88
700
#2E6C
800
#214D
900
#1531
950
#0D1F

Shades

Darker variations

1#4298BB
2#3A88A6
3#337791
4#2C667D
5#245568
6#1D4453
7#16333E
8#0F222A
9#071115

Tints

Lighter variations

1#66ADC9
2#77B6CF
3#88BFD5
4#99C8DB
5#AAD2E1
6#BBDBE7
7#CCE4ED
8#DDEDF3
9#EEF6F9

Tones

Muted variations

1#5BA2BE
2#609FB8
3#669DB3
4#6B9BAD
5#7198A8
6#7696A2
7#7C939D
8#819197
9#878F92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F1
#E5F1F6
Light backgroundsTable row hoverSkeleton loading
200
CEE5
#CEE5EE
Secondary backgroundsInput backgroundsDividers
300
A8D1
#A8D1E1
BordersInactive statesPlaceholder text
400
7BB8
#7BB8D1
Disabled statesSecondary iconsMuted text
500
55A4
#55A4C3
Primary brand colorCTAsActive elementsLinks
600
3A88
#3A88A6
Hover statesFocus ringsPrimary buttons hover
700
2E6C
#2E6C84
Active/pressed statesDark mode accentsSecondary text
800
214D
#214D5E
Text on light backgroundsHeadingsStrong borders
900
1531
#15313C
Primary textHigh emphasis contentDark headings
950
0D1F
#0D1F26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F9FB;
  --steel-blue-100: #E5F1F6;
  --steel-blue-200: #CEE5EE;
  --steel-blue-300: #A8D1E1;
  --steel-blue-400: #7BB8D1;
  --steel-blue-500: #55A4C3;
  --steel-blue-600: #3A88A6;
  --steel-blue-700: #2E6C84;
  --steel-blue-800: #214D5E;
  --steel-blue-900: #15313C;
  --steel-blue-950: #0D1F26;
}
Generate More ShadesCreate PaletteConvert Color