Steel Blue

#546EC4

Blue

Color Codes

All color formats for development

HEX
#546EC4
RGB
rgb(84, 110, 196)
HSL
hsl(226, 49%, 55%)
OKLCH
oklch(0.56 0.137 269)
CMYK
cmyk(57%, 44%, 0%, 23%)

Accessibility

WCAG contrast compliance

On White Background

4.77:1

AA AAA

On Black Background

4.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E4E8
200
#CED5
300
#A8B5
400
#7A8E
500
#546E
600
#3953
700
#2E42
800
#212F
900
#151E
950
#0D13

Shades

Darker variations

1#405DBC
2#3953A7
3#324992
4#2B3E7D
5#243468
6#1D2954
7#151F3F
8#0E152A
9#070A15

Tints

Lighter variations

1#657DCA
2#768BD0
3#879AD6
4#98A8DC
5#AAB7E2
6#BBC5E8
7#CCD4ED
8#DDE2F3
9#EEF1F9

Tones

Muted variations

1#5A71BF
2#5F74B9
3#6577B4
4#6B7AAE
5#707DA8
6#7680A3
7#7B839D
8#818697
9#878992

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E8
#E4E8F6
Light backgroundsTable row hoverSkeleton loading
200
CED5
#CED5EE
Secondary backgroundsInput backgroundsDividers
300
A8B5
#A8B5E1
BordersInactive statesPlaceholder text
400
7A8E
#7A8ED1
Disabled statesSecondary iconsMuted text
500
546E
#546EC4
Primary brand colorCTAsActive elementsLinks
600
3953
#3953A7
Hover statesFocus ringsPrimary buttons hover
700
2E42
#2E4285
Active/pressed statesDark mode accentsSecondary text
800
212F
#212F5F
Text on light backgroundsHeadingsStrong borders
900
151E
#151E3D
Primary textHigh emphasis contentDark headings
950
0D13
#0D1326
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F5FB;
  --steel-blue-100: #E4E8F6;
  --steel-blue-200: #CED5EE;
  --steel-blue-300: #A8B5E1;
  --steel-blue-400: #7A8ED1;
  --steel-blue-500: #546EC4;
  --steel-blue-600: #3953A7;
  --steel-blue-700: #2E4285;
  --steel-blue-800: #212F5F;
  --steel-blue-900: #151E3D;
  --steel-blue-950: #0D1326;
}
Generate More ShadesCreate PaletteConvert Color