Steel Blue

#2C70B5

Blue

Color Codes

All color formats for development

HEX
#2C70B5
RGB
rgb(44, 112, 181)
HSL
hsl(210, 61%, 44%)
OKLCH
oklch(0.537 0.128 251.7)
CMYK
cmyk(76%, 38%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

5.13:1

AA AAA

On Black Background

4.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E2ED
200
#CADE
300
#A1C4
400
#6FA6
500
#468C
600
#2C70
700
#2359
800
#1940
900
#1029
950
#0A1A

Shades

Darker variations

1#2765A3
2#235A91
3#1F4F7E
4#1A436C
5#16385A
6#122D48
7#0D2236
8#091624
9#040B12

Tints

Lighter variations

1#317ECC
2#478DD2
3#5E9BD8
4#75A9DE
5#8CB8E3
6#A3C6E9
7#BAD4EE
8#D1E2F4
9#E8F1F9

Tones

Muted variations

1#3370AE
2#3970A7
3#4070A0
4#477099
5#4E7092
6#55708C
7#5C7085
8#63707E
9#697077

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E2ED
#E2EDF8
Light backgroundsTable row hoverSkeleton loading
200
CADE
#CADEF2
Secondary backgroundsInput backgroundsDividers
300
A1C4
#A1C4E8
BordersInactive statesPlaceholder text
400
6FA6
#6FA6DC
Disabled statesSecondary iconsMuted text
500
468C
#468CD2
Primary brand colorCTAsActive elementsLinks
600
2C70
#2C70B5
Hover statesFocus ringsPrimary buttons hover
700
2359
#235990
Active/pressed statesDark mode accentsSecondary text
800
1940
#194067
Text on light backgroundsHeadingsStrong borders
900
1029
#102942
Primary textHigh emphasis contentDark headings
950
0A1A
#0A1A29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F7FC;
  --steel-blue-100: #E2EDF8;
  --steel-blue-200: #CADEF2;
  --steel-blue-300: #A1C4E8;
  --steel-blue-400: #6FA6DC;
  --steel-blue-500: #468CD2;
  --steel-blue-600: #2C70B5;
  --steel-blue-700: #235990;
  --steel-blue-800: #194067;
  --steel-blue-900: #102942;
  --steel-blue-950: #0A1A29;
}
Generate More ShadesCreate PaletteConvert Color