Steel Blue

#3B69A5

Blue

Color Codes

All color formats for development

HEX
#3B69A5
RGB
rgb(59, 105, 165)
HSL
hsl(214, 47%, 44%)
OKLCH
oklch(0.517 0.108 255.8)
CMYK
cmyk(64%, 36%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

5.60:1

AA AAA

On Black Background

3.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EC
200
#CEDC
300
#A9C1
400
#7CA0
500
#5685
600
#3B69
700
#2F54
800
#223C
900
#1626
950
#0E18

Shades

Darker variations

1#365F94
2#305484
3#2A4A73
4#243F63
5#1E3552
6#182A42
7#122031
8#0C1521
9#060B10

Tints

Lighter variations

1#4377BA
2#5786C2
3#6C95CA
4#81A4D2
5#96B3D9
6#ABC2E1
7#C0D1E8
8#D5E1F0
9#EAF0F7

Tones

Muted variations

1#416AA0
2#466B9A
3#4B6B95
4#516C90
5#566D8B
6#5B6D85
7#606E80
8#666F7B
9#6B6F75

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EC
#E5ECF6
Light backgroundsTable row hoverSkeleton loading
200
CEDC
#CEDCED
Secondary backgroundsInput backgroundsDividers
300
A9C1
#A9C1E0
BordersInactive statesPlaceholder text
400
7CA0
#7CA0D0
Disabled statesSecondary iconsMuted text
500
5685
#5685C2
Primary brand colorCTAsActive elementsLinks
600
3B69
#3B69A5
Hover statesFocus ringsPrimary buttons hover
700
2F54
#2F5483
Active/pressed statesDark mode accentsSecondary text
800
223C
#223C5E
Text on light backgroundsHeadingsStrong borders
900
1626
#16263C
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: #E5ECF6;
  --steel-blue-200: #CEDCED;
  --steel-blue-300: #A9C1E0;
  --steel-blue-400: #7CA0D0;
  --steel-blue-500: #5685C2;
  --steel-blue-600: #3B69A5;
  --steel-blue-700: #2F5483;
  --steel-blue-800: #223C5E;
  --steel-blue-900: #16263C;
  --steel-blue-950: #0E1825;
}
Generate More ShadesCreate PaletteConvert Color