Steel Blue

#368DAB

Blue

Color Codes

All color formats for development

HEX
#368DAB
RGB
rgb(54, 141, 171)
HSL
hsl(195, 52%, 44%)
OKLCH
oklch(0.604 0.093 224.5)
CMYK
cmyk(68%, 18%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.78:1

AA AAA

On Black Background

5.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E4F2
200
#CDE6
300
#A6D4
400
#77BD
500
#51AA
600
#368D
700
#2B70
800
#1F50
900
#1433
950
#0C20

Shades

Darker variations

1#307F99
2#2B7188
3#266377
4#205566
5#1B4755
6#163944
7#102A33
8#0B1C22
9#050E11

Tints

Lighter variations

1#3D9FC0
2#51AAC8
3#67B5CF
4#7DC0D6
5#92CADD
6#A8D5E4
7#BEDFEA
8#D4EAF1
9#E9F4F8

Tones

Muted variations

1#3C8AA5
2#42889F
3#478599
4#4D8293
5#537F8D
6#597C88
7#5F7982
8#65767C
9#6A7376

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F2
#E4F2F6
Light backgroundsTable row hoverSkeleton loading
200
CDE6
#CDE6EF
Secondary backgroundsInput backgroundsDividers
300
A6D4
#A6D4E3
BordersInactive statesPlaceholder text
400
77BD
#77BDD4
Disabled statesSecondary iconsMuted text
500
51AA
#51AAC8
Primary brand colorCTAsActive elementsLinks
600
368D
#368DAB
Hover statesFocus ringsPrimary buttons hover
700
2B70
#2B7088
Active/pressed statesDark mode accentsSecondary text
800
1F50
#1F5061
Text on light backgroundsHeadingsStrong borders
900
1433
#14333E
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: #E4F2F6;
  --steel-blue-200: #CDE6EF;
  --steel-blue-300: #A6D4E3;
  --steel-blue-400: #77BDD4;
  --steel-blue-500: #51AAC8;
  --steel-blue-600: #368DAB;
  --steel-blue-700: #2B7088;
  --steel-blue-800: #1F5061;
  --steel-blue-900: #14333E;
  --steel-blue-950: #0C2027;
}
Generate More ShadesCreate PaletteConvert Color