Steel Blue

#7D8DCF

Blue

Color Codes

All color formats for development

HEX
#7D8DCF
RGB
rgb(125, 141, 207)
HSL
hsl(228, 46%, 65%)
OKLCH
oklch(0.657 0.1 273)
CMYK
cmyk(40%, 32%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

3.19:1

AA AAA

On Black Background

6.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E8
200
#CFD5
300
#A9B4
400
#7D8D
500
#576D
600
#3D51
700
#3041
800
#222E
900
#161E
950
#0E12

Shades

Darker variations

1#6478C6
2#4C63BD
3#3F54A9
4#364891
5#2D3C79
6#243061
7#1B2449
8#121830
9#090C18

Tints

Lighter variations

1#8A99D4
2#97A4D8
3#A4AFDD
4#B1BBE2
5#BEC6E7
6#CBD1EC
7#D8DDF1
8#E5E8F5
9#F2F4FA

Tones

Muted variations

1#8190CB
2#8592C7
3#8995C2
4#8D97BE
5#9199BA
6#959CB6
7#999EB2
8#9EA1AE
9#A2A3AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E8
#E5E8F5
Light backgroundsTable row hoverSkeleton loading
200
CFD5
#CFD5ED
Secondary backgroundsInput backgroundsDividers
300
A9B4
#A9B4DF
BordersInactive statesPlaceholder text
400
7D8D
#7D8DCF
Disabled statesSecondary iconsMuted text
500
576D
#576DC1
Primary brand colorCTAsActive elementsLinks
600
3D51
#3D51A4
Hover statesFocus ringsPrimary buttons hover
700
3041
#304182
Active/pressed statesDark mode accentsSecondary text
800
222E
#222E5D
Text on light backgroundsHeadingsStrong borders
900
161E
#161E3C
Primary textHigh emphasis contentDark headings
950
0E12
#0E1225
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F5FB;
  --steel-blue-100: #E5E8F5;
  --steel-blue-200: #CFD5ED;
  --steel-blue-300: #A9B4DF;
  --steel-blue-400: #7D8DCF;
  --steel-blue-500: #576DC1;
  --steel-blue-600: #3D51A4;
  --steel-blue-700: #304182;
  --steel-blue-800: #222E5D;
  --steel-blue-900: #161E3C;
  --steel-blue-950: #0E1225;
}
Generate More ShadesCreate PaletteConvert Color