Steel Blue

#2584BB

Blue

Color Codes

All color formats for development

HEX
#2584BB
RGB
rgb(37, 132, 187)
HSL
hsl(202, 67%, 44%)
OKLCH
oklch(0.586 0.119 239.7)
CMYK
cmyk(80%, 29%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

4.12:1

AA AAA

On Black Background

5.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F0
200
#C8E4
300
#9DCF
400
#6AB6
500
#3FA1
600
#2584
700
#1D69
800
#154B
900
#0D30
950
#081E

Shades

Darker variations

1#2177A9
2#1E6A96
3#1A5D83
4#164F70
5#13425E
6#0F354B
7#0B2838
8#071A25
9#040D13

Tints

Lighter variations

1#2A95D3
2#40A1D9
3#58ADDE
4#70B9E3
5#88C4E7
6#A0D0EC
7#B7DCF1
8#CFE8F6
9#E7F3FA

Tones

Muted variations

1#2D82B4
2#3480AC
3#3C7EA5
4#437C9D
5#4B7A96
6#52788E
7#5A7687
8#61747F
9#697278

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E1F0
#E1F0F9
Light backgroundsTable row hoverSkeleton loading
200
C8E4
#C8E4F4
Secondary backgroundsInput backgroundsDividers
300
9DCF
#9DCFEC
BordersInactive statesPlaceholder text
400
6AB6
#6AB6E2
Disabled statesSecondary iconsMuted text
500
3FA1
#3FA1D9
Primary brand colorCTAsActive elementsLinks
600
2584
#2584BB
Hover statesFocus ringsPrimary buttons hover
700
1D69
#1D6995
Active/pressed statesDark mode accentsSecondary text
800
154B
#154B6A
Text on light backgroundsHeadingsStrong borders
900
0D30
#0D3044
Primary textHigh emphasis contentDark headings
950
081E
#081E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2F9FC;
  --steel-blue-100: #E1F0F9;
  --steel-blue-200: #C8E4F4;
  --steel-blue-300: #9DCFEC;
  --steel-blue-400: #6AB6E2;
  --steel-blue-500: #3FA1D9;
  --steel-blue-600: #2584BB;
  --steel-blue-700: #1D6995;
  --steel-blue-800: #154B6A;
  --steel-blue-900: #0D3044;
  --steel-blue-950: #081E2B;
}
Generate More ShadesCreate PaletteConvert Color