Steel Blue

#4085A0

Blue

Color Codes

All color formats for development

HEX
#4085A0
RGB
rgb(64, 133, 160)
HSL
hsl(197, 43%, 44%)
OKLCH
oklch(0.583 0.081 226.3)
CMYK
cmyk(60%, 17%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

4.13:1

AA AAA

On Black Background

5.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F0
200
#D0E4
300
#ABCF
400
#7FB6
500
#5BA2
600
#4085
700
#336A
800
#244C
900
#1730
950
#0F1E

Shades

Darker variations

1#3A7890
2#336A80
3#2D5D70
4#265060
5#204350
6#1A3540
7#132830
8#0D1B20
9#060D10

Tints

Lighter variations

1#4896B5
2#5CA2BE
3#70AEC6
4#84B9CE
5#99C5D6
6#ADD1DE
7#C2DCE7
8#D6E8EF
9#EBF3F7

Tones

Muted variations

1#45839C
2#4A8197
3#4E7F92
4#537D8D
5#587B88
6#5D7983
7#62767F
8#67747A
9#6B7275

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F0
#E5F0F5
Light backgroundsTable row hoverSkeleton loading
200
D0E4
#D0E4EC
Secondary backgroundsInput backgroundsDividers
300
ABCF
#ABCFDE
BordersInactive statesPlaceholder text
400
7FB6
#7FB6CC
Disabled statesSecondary iconsMuted text
500
5BA2
#5BA2BE
Primary brand colorCTAsActive elementsLinks
600
4085
#4085A0
Hover statesFocus ringsPrimary buttons hover
700
336A
#336A80
Active/pressed statesDark mode accentsSecondary text
800
244C
#244C5B
Text on light backgroundsHeadingsStrong borders
900
1730
#17303A
Primary textHigh emphasis contentDark headings
950
0F1E
#0F1E24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F9FB;
  --steel-blue-100: #E5F0F5;
  --steel-blue-200: #D0E4EC;
  --steel-blue-300: #ABCFDE;
  --steel-blue-400: #7FB6CC;
  --steel-blue-500: #5BA2BE;
  --steel-blue-600: #4085A0;
  --steel-blue-700: #336A80;
  --steel-blue-800: #244C5B;
  --steel-blue-900: #17303A;
  --steel-blue-950: #0F1E24;
}
Generate More ShadesCreate PaletteConvert Color