Steel Blue

#3D6DA4

Blue

Color Codes

All color formats for development

HEX
#3D6DA4
RGB
rgb(61, 109, 164)
HSL
hsl(212, 46%, 44%)
OKLCH
oklch(0.526 0.102 253.1)
CMYK
cmyk(63%, 34%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

5.35:1

AA AAA

On Black Background

3.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5ED
200
#CFDD
300
#A9C3
400
#7DA3
500
#5789
600
#3D6D
700
#3057
800
#223E
900
#1628
950
#0E19

Shades

Darker variations

1#376293
2#305783
3#2A4C73
4#244162
5#1E3652
6#182C42
7#122131
8#0C1621
9#060B10

Tints

Lighter variations

1#447BB9
2#5889C1
3#6D98C9
4#82A7D1
5#97B5D8
6#ACC4E0
7#C0D3E8
8#D5E2F0
9#EAF0F7

Tones

Muted variations

1#426D9F
2#476D99
3#4C6E94
4#516E8F
5#566E8A
6#5C6F85
7#616F80
8#66707B
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
CFDD
#CFDDED
Secondary backgroundsInput backgroundsDividers
300
A9C3
#A9C3DF
BordersInactive statesPlaceholder text
400
7DA3
#7DA3CF
Disabled statesSecondary iconsMuted text
500
5789
#5789C1
Primary brand colorCTAsActive elementsLinks
600
3D6D
#3D6DA4
Hover statesFocus ringsPrimary buttons hover
700
3057
#305782
Active/pressed statesDark mode accentsSecondary text
800
223E
#223E5D
Text on light backgroundsHeadingsStrong borders
900
1628
#16283C
Primary textHigh emphasis contentDark headings
950
0E19
#0E1925
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: #CFDDED;
  --steel-blue-300: #A9C3DF;
  --steel-blue-400: #7DA3CF;
  --steel-blue-500: #5789C1;
  --steel-blue-600: #3D6DA4;
  --steel-blue-700: #305782;
  --steel-blue-800: #223E5D;
  --steel-blue-900: #16283C;
  --steel-blue-950: #0E1925;
}
Generate More ShadesCreate PaletteConvert Color