Steel Blue

#548EC4

Blue

Color Codes

All color formats for development

HEX
#548EC4
RGB
rgb(84, 142, 196)
HSL
hsl(209, 49%, 55%)
OKLCH
oklch(0.63 0.102 248.1)
CMYK
cmyk(57%, 28%, 0%, 23%)

Accessibility

WCAG contrast compliance

On White Background

3.47:1

AA AAA

On Black Background

6.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E4ED
200
#CEDE
300
#A8C5
400
#7AA7
500
#548E
600
#3972
700
#2E5B
800
#2141
900
#1529
950
#0D1A

Shades

Darker variations

1#4080BC
2#3972A7
3#326492
4#2B567D
5#244768
6#1D3954
7#152B3F
8#0E1D2A
9#070E15

Tints

Lighter variations

1#6599CA
2#76A5D0
3#87B0D6
4#98BBDC
5#AAC7E2
6#BBD2E8
7#CCDDED
8#DDE8F3
9#EEF4F9

Tones

Muted variations

1#5A8EBF
2#5F8EB9
3#658EB4
4#6B8DAE
5#708DA8
6#768DA3
7#7B8D9D
8#818D97
9#878C92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E4ED
#E4EDF6
Light backgroundsTable row hoverSkeleton loading
200
CEDE
#CEDEEE
Secondary backgroundsInput backgroundsDividers
300
A8C5
#A8C5E1
BordersInactive statesPlaceholder text
400
7AA7
#7AA7D1
Disabled statesSecondary iconsMuted text
500
548E
#548EC4
Primary brand colorCTAsActive elementsLinks
600
3972
#3972A7
Hover statesFocus ringsPrimary buttons hover
700
2E5B
#2E5B85
Active/pressed statesDark mode accentsSecondary text
800
2141
#21415F
Text on light backgroundsHeadingsStrong borders
900
1529
#15293D
Primary textHigh emphasis contentDark headings
950
0D1A
#0D1A26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F7FB;
  --steel-blue-100: #E4EDF6;
  --steel-blue-200: #CEDEEE;
  --steel-blue-300: #A8C5E1;
  --steel-blue-400: #7AA7D1;
  --steel-blue-500: #548EC4;
  --steel-blue-600: #3972A7;
  --steel-blue-700: #2E5B85;
  --steel-blue-800: #21415F;
  --steel-blue-900: #15293D;
  --steel-blue-950: #0D1A26;
}
Generate More ShadesCreate PaletteConvert Color