Slate Gray

#7E829A

Blue

Color Codes

All color formats for development

HEX
#7E829A
RGB
rgb(126, 130, 154)
HSL
hsl(231, 12%, 55%)
OKLCH
oklch(0.612 0.037 277.8)
CMYK
cmyk(18%, 16%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.79:1

AA AAA

On Black Background

5.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#DADB
300
#BDBF
400
#9B9E
500
#7E83
600
#6367
700
#4F52
800
#383A
900
#2425
950
#1617

Shades

Darker variations

1#6F748D
2#63677E
3#565A6E
4#4A4D5E
5#3E404F
6#31333F
7#25272F
8#191A1F
9#0C0D10

Tints

Lighter variations

1#8B8FA4
2#989BAE
3#A5A8B8
4#B2B4C2
5#BFC1CD
6#CCCDD7
7#D8DAE1
8#E5E6EB
9#F2F3F5

Tones

Muted variations

1#808499
2#818597
3#838696
4#848695
5#858793
6#878892
7#888990
8#898A8F
9#8B8B8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DADB
#DADBE2
Secondary backgroundsInput backgroundsDividers
300
BDBF
#BDBFCB
BordersInactive statesPlaceholder text
400
9B9E
#9B9EB0
Disabled statesSecondary iconsMuted text
500
7E83
#7E839A
Primary brand colorCTAsActive elementsLinks
600
6367
#63677E
Hover statesFocus ringsPrimary buttons hover
700
4F52
#4F5264
Active/pressed statesDark mode accentsSecondary text
800
383A
#383A47
Text on light backgroundsHeadingsStrong borders
900
2425
#24252E
Primary textHigh emphasis contentDark headings
950
1617
#16171D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F8;
  --slate-gray-100: #EBECEF;
  --slate-gray-200: #DADBE2;
  --slate-gray-300: #BDBFCB;
  --slate-gray-400: #9B9EB0;
  --slate-gray-500: #7E839A;
  --slate-gray-600: #63677E;
  --slate-gray-700: #4F5264;
  --slate-gray-800: #383A47;
  --slate-gray-900: #24252E;
  --slate-gray-950: #16171D;
}
Generate More ShadesCreate PaletteConvert Color