Steel Blue

#2E72B2

Blue

Color Codes

All color formats for development

HEX
#2E72B2
RGB
rgb(46, 114, 178)
HSL
hsl(209, 59%, 44%)
OKLCH
oklch(0.54 0.121 250)
CMYK
cmyk(74%, 36%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

5.04:1

AA AAA

On Black Background

4.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EE
200
#CADF
300
#A2C6
400
#71A8
500
#498F
600
#2E72
700
#255B
800
#1A41
900
#112A
950
#0A1A

Shades

Darker variations

1#2967A1
2#255C8F
3#20507D
4#1C456B
5#173959
6#122E47
7#0E2236
8#091724
9#050B12

Tints

Lighter variations

1#3481C9
2#498FD0
3#609DD6
4#77ABDC
5#8DB9E2
6#A4C7E8
7#BBD5ED
8#D2E3F3
9#E8F1F9

Tones

Muted variations

1#3572AC
2#3B72A5
3#42729F
4#487298
5#4F7191
6#56718B
7#5C7184
8#63717D
9#6A7077

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EE
#E3EEF8
Light backgroundsTable row hoverSkeleton loading
200
CADF
#CADFF1
Secondary backgroundsInput backgroundsDividers
300
A2C6
#A2C6E7
BordersInactive statesPlaceholder text
400
71A8
#71A8DA
Disabled statesSecondary iconsMuted text
500
498F
#498FD0
Primary brand colorCTAsActive elementsLinks
600
2E72
#2E72B2
Hover statesFocus ringsPrimary buttons hover
700
255B
#255B8E
Active/pressed statesDark mode accentsSecondary text
800
1A41
#1A4165
Text on light backgroundsHeadingsStrong borders
900
112A
#112A41
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: #F3F8FC;
  --steel-blue-100: #E3EEF8;
  --steel-blue-200: #CADFF1;
  --steel-blue-300: #A2C6E7;
  --steel-blue-400: #71A8DA;
  --steel-blue-500: #498FD0;
  --steel-blue-600: #2E72B2;
  --steel-blue-700: #255B8E;
  --steel-blue-800: #1A4165;
  --steel-blue-900: #112A41;
  --steel-blue-950: #0A1A29;
}
Generate More ShadesCreate PaletteConvert Color