Steel Blue

#3D6BA4

Blue

Color Codes

All color formats for development

HEX
#3D6BA4
RGB
rgb(61, 107, 164)
HSL
hsl(213, 46%, 44%)
OKLCH
oklch(0.522 0.104 254.7)
CMYK
cmyk(63%, 35%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

5.47:1

AA AAA

On Black Background

3.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EC
200
#CFDC
300
#A9C2
400
#7DA2
500
#5787
600
#3D6B
700
#3055
800
#223D
900
#1627
950
#0E18

Shades

Darker variations

1#376093
2#305683
3#2A4B73
4#244062
5#1E3652
6#182B42
7#122031
8#0C1521
9#060B10

Tints

Lighter variations

1#4479B9
2#5888C1
3#6D96C9
4#82A5D1
5#97B4D8
6#ACC3E0
7#C0D2E8
8#D5E1F0
9#EAF0F7

Tones

Muted variations

1#426C9F
2#476C99
3#4C6D94
4#516D8F
5#566E8A
6#5C6E85
7#616F80
8#666F7B
9#6B7075

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EC
#E5ECF5
Light backgroundsTable row hoverSkeleton loading
200
CFDC
#CFDCED
Secondary backgroundsInput backgroundsDividers
300
A9C2
#A9C2DF
BordersInactive statesPlaceholder text
400
7DA2
#7DA2CF
Disabled statesSecondary iconsMuted text
500
5787
#5787C1
Primary brand colorCTAsActive elementsLinks
600
3D6B
#3D6BA4
Hover statesFocus ringsPrimary buttons hover
700
3055
#305582
Active/pressed statesDark mode accentsSecondary text
800
223D
#223D5D
Text on light backgroundsHeadingsStrong borders
900
1627
#16273C
Primary textHigh emphasis contentDark headings
950
0E18
#0E1825
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F7FB;
  --steel-blue-100: #E5ECF5;
  --steel-blue-200: #CFDCED;
  --steel-blue-300: #A9C2DF;
  --steel-blue-400: #7DA2CF;
  --steel-blue-500: #5787C1;
  --steel-blue-600: #3D6BA4;
  --steel-blue-700: #305582;
  --steel-blue-800: #223D5D;
  --steel-blue-900: #16273C;
  --steel-blue-950: #0E1825;
}
Generate More ShadesCreate PaletteConvert Color