Steel Blue

#358CAC

Blue

Color Codes

All color formats for development

HEX
#358CAC
RGB
rgb(53, 140, 172)
HSL
hsl(196, 53%, 44%)
OKLCH
oklch(0.602 0.095 226.2)
CMYK
cmyk(69%, 19%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.82:1

AA AAA

On Black Background

5.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E4F2
200
#CCE6
300
#A5D3
400
#76BC
500
#4FA9
600
#358C
700
#2A6F
800
#1E50
900
#1333
950
#0C20

Shades

Darker variations

1#2F7E9A
2#2A7089
3#256278
4#205467
5#1A4656
6#153845
7#102A33
8#0B1C22
9#050E11

Tints

Lighter variations

1#3B9EC2
2#50A9C9
3#66B4D0
4#7CBFD7
5#92C9DD
6#A8D4E4
7#BDDFEB
8#D3EAF2
9#E9F4F8

Tones

Muted variations

1#3B89A6
2#4186A0
3#47849A
4#4D8194
5#527E8E
6#587B88
7#5E7982
8#64767C
9#6A7376

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F2
#E4F2F7
Light backgroundsTable row hoverSkeleton loading
200
CCE6
#CCE6EF
Secondary backgroundsInput backgroundsDividers
300
A5D3
#A5D3E3
BordersInactive statesPlaceholder text
400
76BC
#76BCD5
Disabled statesSecondary iconsMuted text
500
4FA9
#4FA9C9
Primary brand colorCTAsActive elementsLinks
600
358C
#358CAC
Hover statesFocus ringsPrimary buttons hover
700
2A6F
#2A6F89
Active/pressed statesDark mode accentsSecondary text
800
1E50
#1E5062
Text on light backgroundsHeadingsStrong borders
900
1333
#13333E
Primary textHigh emphasis contentDark headings
950
0C20
#0C2027
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F9FB;
  --steel-blue-100: #E4F2F7;
  --steel-blue-200: #CCE6EF;
  --steel-blue-300: #A5D3E3;
  --steel-blue-400: #76BCD5;
  --steel-blue-500: #4FA9C9;
  --steel-blue-600: #358CAC;
  --steel-blue-700: #2A6F89;
  --steel-blue-800: #1E5062;
  --steel-blue-900: #13333E;
  --steel-blue-950: #0C2027;
}
Generate More ShadesCreate PaletteConvert Color