Steel Blue

#375FA9

Blue

Color Codes

All color formats for development

HEX
#375FA9
RGB
rgb(55, 95, 169)
HSL
hsl(219, 51%, 44%)
OKLCH
oklch(0.495 0.127 261.6)
CMYK
cmyk(67%, 44%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

6.23:1

AA AAA

On Black Background

3.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E4EA
200
#CDD9
300
#A6BB
400
#7898
500
#527B
600
#375F
700
#2C4C
800
#1F36
900
#1423
950
#0C16

Shades

Darker variations

1#315698
2#2C4C88
3#264377
4#213966
5#1B3055
6#162644
7#101D33
8#0B1322
9#050A11

Tints

Lighter variations

1#3E6BBF
2#527BC7
3#688CCE
4#7E9CD5
5#93ADDC
6#A9BDE3
7#BECEEA
8#D4DEF1
9#E9EFF8

Tones

Muted variations

1#3D61A4
2#42629E
3#486498
4#4E6693
5#54688D
6#596987
7#5F6B81
8#656D7C
9#6A6E76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EA
#E4EAF6
Light backgroundsTable row hoverSkeleton loading
200
CDD9
#CDD9EF
Secondary backgroundsInput backgroundsDividers
300
A6BB
#A6BBE2
BordersInactive statesPlaceholder text
400
7898
#7898D3
Disabled statesSecondary iconsMuted text
500
527B
#527BC7
Primary brand colorCTAsActive elementsLinks
600
375F
#375FA9
Hover statesFocus ringsPrimary buttons hover
700
2C4C
#2C4C87
Active/pressed statesDark mode accentsSecondary text
800
1F36
#1F3660
Text on light backgroundsHeadingsStrong borders
900
1423
#14233E
Primary textHigh emphasis contentDark headings
950
0C16
#0C1627
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F6FB;
  --steel-blue-100: #E4EAF6;
  --steel-blue-200: #CDD9EF;
  --steel-blue-300: #A6BBE2;
  --steel-blue-400: #7898D3;
  --steel-blue-500: #527BC7;
  --steel-blue-600: #375FA9;
  --steel-blue-700: #2C4C87;
  --steel-blue-800: #1F3660;
  --steel-blue-900: #14233E;
  --steel-blue-950: #0C1627;
}
Generate More ShadesCreate PaletteConvert Color