Steel Blue

#7E8ECD

Blue

Color Codes

All color formats for development

HEX
#7E8ECD
RGB
rgb(126, 142, 205)
HSL
hsl(228, 44%, 65%)
OKLCH
oklch(0.659 0.096 272.6)
CMYK
cmyk(39%, 31%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

3.16:1

AA AAA

On Black Background

6.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E8
200
#CFD5
300
#ABB5
400
#7E8E
500
#5A6E
600
#3F53
700
#3242
800
#242F
900
#171E
950
#0E13

Shades

Darker variations

1#6779C4
2#4F64BA
3#4155A7
4#38498F
5#2E3D77
6#25315F
7#1C2548
8#131830
9#090C18

Tints

Lighter variations

1#8B99D2
2#98A5D7
3#A5B0DC
4#B2BBE1
5#BFC7E6
6#CCD2EB
7#D8DDF0
8#E5E8F5
9#F2F4FA

Tones

Muted variations

1#8291C9
2#8693C5
3#8A95C1
4#8E98BD
5#929AB9
6#969CB5
7#9A9FB2
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
#CFD5EC
Secondary backgroundsInput backgroundsDividers
300
ABB5
#ABB5DE
BordersInactive statesPlaceholder text
400
7E8E
#7E8ECD
Disabled statesSecondary iconsMuted text
500
5A6E
#5A6EBF
Primary brand colorCTAsActive elementsLinks
600
3F53
#3F53A2
Hover statesFocus ringsPrimary buttons hover
700
3242
#324281
Active/pressed statesDark mode accentsSecondary text
800
242F
#242F5C
Text on light backgroundsHeadingsStrong borders
900
171E
#171E3B
Primary textHigh emphasis contentDark headings
950
0E13
#0E1325
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: #CFD5EC;
  --steel-blue-300: #ABB5DE;
  --steel-blue-400: #7E8ECD;
  --steel-blue-500: #5A6EBF;
  --steel-blue-600: #3F53A2;
  --steel-blue-700: #324281;
  --steel-blue-800: #242F5C;
  --steel-blue-900: #171E3B;
  --steel-blue-950: #0E1325;
}
Generate More ShadesCreate PaletteConvert Color