Steel Blue

#398FA7

Cyan

Color Codes

All color formats for development

HEX
#398FA7
RGB
rgb(57, 143, 167)
HSL
hsl(193, 49%, 44%)
OKLCH
oklch(0.608 0.089 219.5)
CMYK
cmyk(66%, 14%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

3.71:1

AA AAA

On Black Background

5.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E4F2
200
#CEE7
300
#A8D5
400
#7ABF
500
#54AC
600
#398F
700
#2E72
800
#2151
900
#1534
950
#0D21

Shades

Darker variations

1#338196
2#2E7386
3#286475
4#225664
5#1D4854
6#173943
7#112B32
8#0B1D21
9#060E11

Tints

Lighter variations

1#41A2BC
2#55ACC5
3#6AB7CC
4#7FC1D3
5#95CBDB
6#AAD6E2
7#BFE0E9
8#D4EAF0
9#EAF5F8

Tones

Muted variations

1#3F8CA2
2#44899C
3#4A8697
4#4F8391
5#55808C
6#5A7D86
7#607A81
8#65767B
9#6B7376

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F2
#E4F2F6
Light backgroundsTable row hoverSkeleton loading
200
CEE7
#CEE7EE
Secondary backgroundsInput backgroundsDividers
300
A8D5
#A8D5E1
BordersInactive statesPlaceholder text
400
7ABF
#7ABFD1
Disabled statesSecondary iconsMuted text
500
54AC
#54ACC4
Primary brand colorCTAsActive elementsLinks
600
398F
#398FA7
Hover statesFocus ringsPrimary buttons hover
700
2E72
#2E7285
Active/pressed statesDark mode accentsSecondary text
800
2151
#21515F
Text on light backgroundsHeadingsStrong borders
900
1534
#15343D
Primary textHigh emphasis contentDark headings
950
0D21
#0D2126
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F9FB;
  --steel-blue-100: #E4F2F6;
  --steel-blue-200: #CEE7EE;
  --steel-blue-300: #A8D5E1;
  --steel-blue-400: #7ABFD1;
  --steel-blue-500: #54ACC4;
  --steel-blue-600: #398FA7;
  --steel-blue-700: #2E7285;
  --steel-blue-800: #21515F;
  --steel-blue-900: #15343D;
  --steel-blue-950: #0D2126;
}
Generate More ShadesCreate PaletteConvert Color