Steel Blue

#406DA0

Blue

Color Codes

All color formats for development

HEX
#406DA0
RGB
rgb(64, 109, 160)
HSL
hsl(212, 43%, 44%)
OKLCH
oklch(0.526 0.095 252.7)
CMYK
cmyk(60%, 32%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

5.37:1

AA AAA

On Black Background

3.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5ED
200
#D0DD
300
#ABC3
400
#7FA3
500
#5B89
600
#406D
700
#3357
800
#243E
900
#1728
950
#0F19

Shades

Darker variations

1#3A6290
2#335780
3#2D4C70
4#264160
5#203650
6#1A2C40
7#132130
8#0D1620
9#060B10

Tints

Lighter variations

1#487BB5
2#5C89BE
3#7098C6
4#84A7CE
5#99B6D6
6#ADC4DE
7#C2D3E7
8#D6E2EF
9#EBF0F7

Tones

Muted variations

1#456D9C
2#4A6E97
3#4E6E92
4#536E8D
5#586F88
6#5D6F83
7#626F7F
8#67707A
9#6B7075

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5ED
#E5EDF5
Light backgroundsTable row hoverSkeleton loading
200
D0DD
#D0DDEC
Secondary backgroundsInput backgroundsDividers
300
ABC3
#ABC3DE
BordersInactive statesPlaceholder text
400
7FA3
#7FA3CC
Disabled statesSecondary iconsMuted text
500
5B89
#5B89BE
Primary brand colorCTAsActive elementsLinks
600
406D
#406DA0
Hover statesFocus ringsPrimary buttons hover
700
3357
#335780
Active/pressed statesDark mode accentsSecondary text
800
243E
#243E5B
Text on light backgroundsHeadingsStrong borders
900
1728
#17283A
Primary textHigh emphasis contentDark headings
950
0F19
#0F1924
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F7FB;
  --steel-blue-100: #E5EDF5;
  --steel-blue-200: #D0DDEC;
  --steel-blue-300: #ABC3DE;
  --steel-blue-400: #7FA3CC;
  --steel-blue-500: #5B89BE;
  --steel-blue-600: #406DA0;
  --steel-blue-700: #335780;
  --steel-blue-800: #243E5B;
  --steel-blue-900: #17283A;
  --steel-blue-950: #0F1924;
}
Generate More ShadesCreate PaletteConvert Color