Steel Blue

#3268AE

Blue

Color Codes

All color formats for development

HEX
#3268AE
RGB
rgb(50, 104, 174)
HSL
hsl(214, 55%, 44%)
OKLCH
oklch(0.516 0.125 256)
CMYK
cmyk(71%, 40%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

5.63:1

AA AAA

On Black Background

3.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E3EC
200
#CCDB
300
#A4C0
400
#759F
500
#4D84
600
#3268
700
#2853
800
#1D3B
900
#1226
950
#0B18

Shades

Darker variations

1#2D5E9D
2#28538B
3#23497A
4#1E3E68
5#193457
6#142A46
7#0F1F34
8#0A1523
9#050A11

Tints

Lighter variations

1#3975C4
2#4E84CC
3#6494D2
4#7AA3D8
5#90B2DF
6#A6C2E5
7#BDD1EC
8#D3E0F2
9#E9F0F9

Tones

Muted variations

1#3969A8
2#3F6AA2
3#456A9B
4#4B6B95
5#516C8F
6#586D89
7#5E6E83
8#646F7D
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
A4C0
#A4C0E5
BordersInactive statesPlaceholder text
400
759F
#759FD7
Disabled statesSecondary iconsMuted text
500
4D84
#4D84CB
Primary brand colorCTAsActive elementsLinks
600
3268
#3268AE
Hover statesFocus ringsPrimary buttons hover
700
2853
#28538A
Active/pressed statesDark mode accentsSecondary text
800
1D3B
#1D3B63
Text on light backgroundsHeadingsStrong borders
900
1226
#12263F
Primary textHigh emphasis contentDark headings
950
0B18
#0B1828
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: #A4C0E5;
  --steel-blue-400: #759FD7;
  --steel-blue-500: #4D84CB;
  --steel-blue-600: #3268AE;
  --steel-blue-700: #28538A;
  --steel-blue-800: #1D3B63;
  --steel-blue-900: #12263F;
  --steel-blue-950: #0B1828;
}
Generate More ShadesCreate PaletteConvert Color