Slate Gray

#7D93B5

Blue

Color Codes

All color formats for development

HEX
#7D93B5
RGB
rgb(125, 147, 181)
HSL
hsl(216, 27%, 60%)
OKLCH
oklch(0.658 0.057 259)
CMYK
cmyk(31%, 19%, 0%, 29%)

Accessibility

WCAG contrast compliance

On White Background

3.13:1

AA AAA

On Black Background

6.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EC
200
#D5DC
300
#B5C1
400
#8EA1
500
#6D86
600
#526A
700
#4154
800
#2F3C
900
#1E27
950
#1318

Shades

Darker variations

1#6A83A9
2#59749B
3#4E6588
4#435775
5#384861
6#2D3A4E
7#222B3A
8#161D27
9#0B0E13

Tints

Lighter variations

1#8A9EBC
2#97A9C3
3#A4B4CB
4#B1BED2
5#BEC9DA
6#CBD4E1
7#D8DFE9
8#E5E9F0
9#F2F4F8

Tones

Muted variations

1#8094B2
2#8395AF
3#8695AC
4#8896AA
5#8B96A7
6#8E97A4
7#9197A1
8#93989F
9#96989C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EC
#E8ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DC
#D5DCE7
Secondary backgroundsInput backgroundsDividers
300
B5C1
#B5C1D4
BordersInactive statesPlaceholder text
400
8EA1
#8EA1BE
Disabled statesSecondary iconsMuted text
500
6D86
#6D86AB
Primary brand colorCTAsActive elementsLinks
600
526A
#526A8E
Hover statesFocus ringsPrimary buttons hover
700
4154
#415471
Active/pressed statesDark mode accentsSecondary text
800
2F3C
#2F3C51
Text on light backgroundsHeadingsStrong borders
900
1E27
#1E2734
Primary textHigh emphasis contentDark headings
950
1318
#131820
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F7F9;
  --slate-gray-100: #E8ECF2;
  --slate-gray-200: #D5DCE7;
  --slate-gray-300: #B5C1D4;
  --slate-gray-400: #8EA1BE;
  --slate-gray-500: #6D86AB;
  --slate-gray-600: #526A8E;
  --slate-gray-700: #415471;
  --slate-gray-800: #2F3C51;
  --slate-gray-900: #1E2734;
  --slate-gray-950: #131820;
}
Generate More ShadesCreate PaletteConvert Color