Steel Blue

#2E79B2

Blue

Color Codes

All color formats for development

HEX
#2E79B2
RGB
rgb(46, 121, 178)
HSL
hsl(206, 59%, 44%)
OKLCH
oklch(0.557 0.115 245.2)
CMYK
cmyk(74%, 32%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

4.67:1

AA AAA

On Black Background

4.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EF
200
#CAE0
300
#A2C9
400
#71AD
500
#4995
600
#2E79
700
#2560
800
#1A45
900
#112C
950
#0A1C

Shades

Darker variations

1#296DA1
2#25618F
3#20557D
4#1C496B
5#173D59
6#123047
7#0E2436
8#091824
9#050C12

Tints

Lighter variations

1#3488C9
2#4996D0
3#60A3D6
4#77B0DC
5#8DBDE2
6#A4CAE8
7#BBD8ED
8#D2E5F3
9#E8F2F9

Tones

Muted variations

1#3578AC
2#3B77A5
3#42769F
4#487598
5#4F7591
6#56748B
7#5C7384
8#63727D
9#6A7177

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EF
#E3EFF8
Light backgroundsTable row hoverSkeleton loading
200
CAE0
#CAE0F1
Secondary backgroundsInput backgroundsDividers
300
A2C9
#A2C9E7
BordersInactive statesPlaceholder text
400
71AD
#71ADDA
Disabled statesSecondary iconsMuted text
500
4995
#4995D0
Primary brand colorCTAsActive elementsLinks
600
2E79
#2E79B2
Hover statesFocus ringsPrimary buttons hover
700
2560
#25608E
Active/pressed statesDark mode accentsSecondary text
800
1A45
#1A4565
Text on light backgroundsHeadingsStrong borders
900
112C
#112C41
Primary textHigh emphasis contentDark headings
950
0A1C
#0A1C29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F8FC;
  --steel-blue-100: #E3EFF8;
  --steel-blue-200: #CAE0F1;
  --steel-blue-300: #A2C9E7;
  --steel-blue-400: #71ADDA;
  --steel-blue-500: #4995D0;
  --steel-blue-600: #2E79B2;
  --steel-blue-700: #25608E;
  --steel-blue-800: #1A4565;
  --steel-blue-900: #112C41;
  --steel-blue-950: #0A1C29;
}
Generate More ShadesCreate PaletteConvert Color