Steel Blue

#5961C0

Blue

Color Codes

All color formats for development

HEX
#5961C0
RGB
rgb(89, 97, 192)
HSL
hsl(235, 45%, 55%)
OKLCH
oklch(0.534 0.147 276.6)
CMYK
cmyk(54%, 49%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

5.39:1

AA AAA

On Black Background

3.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E6
200
#CFD1
300
#AAAE
400
#7E84
500
#5961
600
#3E46
700
#3138
800
#2328
900
#161A
950
#0E10

Shades

Darker variations

1#454FB7
2#3E46A3
3#363D8E
4#2E357A
5#272C66
6#1F2351
7#171A3D
8#0F1229
9#080914

Tints

Lighter variations

1#6971C6
2#7A81CD
3#8B91D3
4#9BA0D9
5#ACB0DF
6#BCC0E6
7#CDD0EC
8#DEDFF2
9#EEEFF9

Tones

Muted variations

1#5E66BB
2#636AB6
3#686EB0
4#6D72AB
5#7277A6
6#787BA1
7#7D7F9C
8#828497
9#878891

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E6
#E5E6F5
Light backgroundsTable row hoverSkeleton loading
200
CFD1
#CFD1ED
Secondary backgroundsInput backgroundsDividers
300
AAAE
#AAAEDF
BordersInactive statesPlaceholder text
400
7E84
#7E84CE
Disabled statesSecondary iconsMuted text
500
5961
#5961C0
Primary brand colorCTAsActive elementsLinks
600
3E46
#3E46A3
Hover statesFocus ringsPrimary buttons hover
700
3138
#313881
Active/pressed statesDark mode accentsSecondary text
800
2328
#23285C
Text on light backgroundsHeadingsStrong borders
900
161A
#161A3B
Primary textHigh emphasis contentDark headings
950
0E10
#0E1025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F4FB;
  --steel-blue-100: #E5E6F5;
  --steel-blue-200: #CFD1ED;
  --steel-blue-300: #AAAEDF;
  --steel-blue-400: #7E84CE;
  --steel-blue-500: #5961C0;
  --steel-blue-600: #3E46A3;
  --steel-blue-700: #313881;
  --steel-blue-800: #23285C;
  --steel-blue-900: #161A3B;
  --steel-blue-950: #0E1025;
}
Generate More ShadesCreate PaletteConvert Color