Steel Blue

#3272AE

Blue

Color Codes

All color formats for development

HEX
#3272AE
RGB
rgb(50, 114, 174)
HSL
hsl(209, 55%, 44%)
OKLCH
oklch(0.539 0.115 249.5)
CMYK
cmyk(71%, 34%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

5.06:1

AA AAA

On Black Background

4.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E3ED
200
#CCDE
300
#A4C5
400
#75A7
500
#4D8E
600
#3272
700
#285B
800
#1D41
900
#122A
950
#0B1A

Shades

Darker variations

1#2D679D
2#285B8B
3#23507A
4#1E4568
5#193957
6#142E46
7#0F2234
8#0A1723
9#050B11

Tints

Lighter variations

1#3981C4
2#4E8FCC
3#649DD2
4#7AABD8
5#90B9DF
6#A6C7E5
7#BDD5EC
8#D3E3F2
9#E9F1F9

Tones

Muted variations

1#3972A8
2#3F72A2
3#45729B
4#4B7195
5#51718F
6#587189
7#5E7183
8#64717D
9#6A7076

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E3ED
#E3EDF7
Light backgroundsTable row hoverSkeleton loading
200
CCDE
#CCDEF0
Secondary backgroundsInput backgroundsDividers
300
A4C5
#A4C5E5
BordersInactive statesPlaceholder text
400
75A7
#75A7D7
Disabled statesSecondary iconsMuted text
500
4D8E
#4D8ECB
Primary brand colorCTAsActive elementsLinks
600
3272
#3272AE
Hover statesFocus ringsPrimary buttons hover
700
285B
#285B8A
Active/pressed statesDark mode accentsSecondary text
800
1D41
#1D4163
Text on light backgroundsHeadingsStrong borders
900
122A
#122A3F
Primary textHigh emphasis contentDark headings
950
0B1A
#0B1A28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F7FC;
  --steel-blue-100: #E3EDF7;
  --steel-blue-200: #CCDEF0;
  --steel-blue-300: #A4C5E5;
  --steel-blue-400: #75A7D7;
  --steel-blue-500: #4D8ECB;
  --steel-blue-600: #3272AE;
  --steel-blue-700: #285B8A;
  --steel-blue-800: #1D4163;
  --steel-blue-900: #122A3F;
  --steel-blue-950: #0B1A28;
}
Generate More ShadesCreate PaletteConvert Color