Steel Blue

#3266AE

Blue

Color Codes

All color formats for development

HEX
#3266AE
RGB
rgb(50, 102, 174)
HSL
hsl(215, 55%, 44%)
OKLCH
oklch(0.512 0.127 257.1)
CMYK
cmyk(71%, 41%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

5.76: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
#E3EC
200
#CCDB
300
#A4BF
400
#759E
500
#4D82
600
#3266
700
#2851
800
#1D3A
900
#1225
950
#0B17

Shades

Darker variations

1#2D5C9D
2#28528B
3#23477A
4#1E3D68
5#193357
6#142946
7#0F1F34
8#0A1423
9#050A11

Tints

Lighter variations

1#3973C4
2#4E82CC
3#6492D2
4#7AA1D8
5#90B1DF
6#A6C1E5
7#BDD0EC
8#D3E0F2
9#E9EFF9

Tones

Muted variations

1#3967A8
2#3F68A2
3#45699B
4#4B6A95
5#516B8F
6#586C89
7#5E6D83
8#646E7D
9#6A6F76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EC
#E3ECF7
Light backgroundsTable row hoverSkeleton loading
200
CCDB
#CCDBF0
Secondary backgroundsInput backgroundsDividers
300
A4BF
#A4BFE5
BordersInactive statesPlaceholder text
400
759E
#759ED7
Disabled statesSecondary iconsMuted text
500
4D82
#4D82CB
Primary brand colorCTAsActive elementsLinks
600
3266
#3266AE
Hover statesFocus ringsPrimary buttons hover
700
2851
#28518A
Active/pressed statesDark mode accentsSecondary text
800
1D3A
#1D3A63
Text on light backgroundsHeadingsStrong borders
900
1225
#12253F
Primary textHigh emphasis contentDark headings
950
0B17
#0B1728
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F7FC;
  --steel-blue-100: #E3ECF7;
  --steel-blue-200: #CCDBF0;
  --steel-blue-300: #A4BFE5;
  --steel-blue-400: #759ED7;
  --steel-blue-500: #4D82CB;
  --steel-blue-600: #3266AE;
  --steel-blue-700: #28518A;
  --steel-blue-800: #1D3A63;
  --steel-blue-900: #12253F;
  --steel-blue-950: #0B1728;
}
Generate More ShadesCreate PaletteConvert Color