Steel Blue

#3466AD

Blue

Color Codes

All color formats for development

HEX
#3466AD
RGB
rgb(52, 102, 173)
HSL
hsl(215, 54%, 44%)
OKLCH
oklch(0.512 0.125 257.5)
CMYK
cmyk(70%, 41%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

5.75:1

AA AAA

On Black Background

3.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E4EC
200
#CCDB
300
#A5BF
400
#769E
500
#4E82
600
#3466
700
#2951
800
#1D3A
900
#1325
950
#0C17

Shades

Darker variations

1#2E5C9C
2#29528A
3#244779
4#1F3D68
5#1A3356
6#152945
7#0F1F34
8#0A1423
9#050A11

Tints

Lighter variations

1#3A73C3
2#4F82CA
3#6592D1
4#7BA2D8
5#91B1DE
6#A7C1E5
7#BDD0EB
8#D3E0F2
9#E9EFF8

Tones

Muted variations

1#3A67A7
2#4068A1
3#46699B
4#4C6A95
5#526B8E
6#586C88
7#5E6D82
8#646E7C
9#6A6F76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EC
#E4ECF7
Light backgroundsTable row hoverSkeleton loading
200
CCDB
#CCDBF0
Secondary backgroundsInput backgroundsDividers
300
A5BF
#A5BFE4
BordersInactive statesPlaceholder text
400
769E
#769ED6
Disabled statesSecondary iconsMuted text
500
4E82
#4E82CA
Primary brand colorCTAsActive elementsLinks
600
3466
#3466AD
Hover statesFocus ringsPrimary buttons hover
700
2951
#295189
Active/pressed statesDark mode accentsSecondary text
800
1D3A
#1D3A62
Text on light backgroundsHeadingsStrong borders
900
1325
#13253F
Primary textHigh emphasis contentDark headings
950
0C17
#0C1727
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F7FB;
  --steel-blue-100: #E4ECF7;
  --steel-blue-200: #CCDBF0;
  --steel-blue-300: #A5BFE4;
  --steel-blue-400: #769ED6;
  --steel-blue-500: #4E82CA;
  --steel-blue-600: #3466AD;
  --steel-blue-700: #295189;
  --steel-blue-800: #1D3A62;
  --steel-blue-900: #13253F;
  --steel-blue-950: #0C1727;
}
Generate More ShadesCreate PaletteConvert Color