Steel Blue

#408AA0

Cyan

Color Codes

All color formats for development

HEX
#408AA0
RGB
rgb(64, 138, 160)
HSL
hsl(194, 43%, 44%)
OKLCH
oklch(0.595 0.08 220.1)
CMYK
cmyk(60%, 14%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.92:1

AA AAA

On Black Background

5.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F1
200
#D0E5
300
#ABD2
400
#7FBA
500
#5BA7
600
#408A
700
#336E
800
#244E
900
#1732
950
#0F1F

Shades

Darker variations

1#3A7C90
2#336E80
3#2D6170
4#265360
5#204550
6#1A3740
7#132930
8#0D1C20
9#060E10

Tints

Lighter variations

1#489BB5
2#5CA7BE
3#70B2C6
4#84BDCE
5#99C8D6
6#ADD3DE
7#C2DEE7
8#D6E9EF
9#EBF4F7

Tones

Muted variations

1#45879C
2#4A8597
3#4E8292
4#53808D
5#587D88
6#5D7A83
7#62787F
8#67757A
9#6B7375

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F1
#E5F1F5
Light backgroundsTable row hoverSkeleton loading
200
D0E5
#D0E5EC
Secondary backgroundsInput backgroundsDividers
300
ABD2
#ABD2DE
BordersInactive statesPlaceholder text
400
7FBA
#7FBACC
Disabled statesSecondary iconsMuted text
500
5BA7
#5BA7BE
Primary brand colorCTAsActive elementsLinks
600
408A
#408AA0
Hover statesFocus ringsPrimary buttons hover
700
336E
#336E80
Active/pressed statesDark mode accentsSecondary text
800
244E
#244E5B
Text on light backgroundsHeadingsStrong borders
900
1732
#17323A
Primary textHigh emphasis contentDark headings
950
0F1F
#0F1F24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F9FB;
  --steel-blue-100: #E5F1F5;
  --steel-blue-200: #D0E5EC;
  --steel-blue-300: #ABD2DE;
  --steel-blue-400: #7FBACC;
  --steel-blue-500: #5BA7BE;
  --steel-blue-600: #408AA0;
  --steel-blue-700: #336E80;
  --steel-blue-800: #244E5B;
  --steel-blue-900: #17323A;
  --steel-blue-950: #0F1F24;
}
Generate More ShadesCreate PaletteConvert Color