Steel Blue

#2C87B5

Blue

Color Codes

All color formats for development

HEX
#2C87B5
RGB
rgb(44, 135, 181)
HSL
hsl(200, 61%, 44%)
OKLCH
oklch(0.591 0.109 235.3)
CMYK
cmyk(76%, 25%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

4.01:1

AA AAA

On Black Background

5.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E2F1
200
#CAE5
300
#A1D0
400
#6FB8
500
#46A4
600
#2C87
700
#236B
800
#194D
900
#1031
950
#0A1F

Shades

Darker variations

1#277AA3
2#236C91
3#1F5F7E
4#1A516C
5#16445A
6#123648
7#0D2936
8#091B24
9#040E12

Tints

Lighter variations

1#3198CC
2#47A4D2
3#5EAFD8
4#75BBDE
5#8CC6E3
6#A3D1E9
7#BADDEE
8#D1E8F4
9#E8F4F9

Tones

Muted variations

1#3385AE
2#3982A7
3#4080A0
4#477E99
5#4E7C92
6#55798C
7#5C7785
8#63757E
9#697277

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F1
#E2F1F8
Light backgroundsTable row hoverSkeleton loading
200
CAE5
#CAE5F2
Secondary backgroundsInput backgroundsDividers
300
A1D0
#A1D0E8
BordersInactive statesPlaceholder text
400
6FB8
#6FB8DC
Disabled statesSecondary iconsMuted text
500
46A4
#46A4D2
Primary brand colorCTAsActive elementsLinks
600
2C87
#2C87B5
Hover statesFocus ringsPrimary buttons hover
700
236B
#236B90
Active/pressed statesDark mode accentsSecondary text
800
194D
#194D67
Text on light backgroundsHeadingsStrong borders
900
1031
#103142
Primary textHigh emphasis contentDark headings
950
0A1F
#0A1F29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F9FC;
  --steel-blue-100: #E2F1F8;
  --steel-blue-200: #CAE5F2;
  --steel-blue-300: #A1D0E8;
  --steel-blue-400: #6FB8DC;
  --steel-blue-500: #46A4D2;
  --steel-blue-600: #2C87B5;
  --steel-blue-700: #236B90;
  --steel-blue-800: #194D67;
  --steel-blue-900: #103142;
  --steel-blue-950: #0A1F29;
}
Generate More ShadesCreate PaletteConvert Color