Slate Gray

#64667D

Blue

Color Codes

All color formats for development

HEX
#64667D
RGB
rgb(100, 102, 125)
HSL
hsl(235, 11%, 44%)
OKLCH
oklch(0.517 0.036 281.1)
CMYK
cmyk(20%, 18%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.62:1

AA AAA

On Black Background

3.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBEC
200
#DADB
300
#BEBF
400
#9C9E
500
#8082
600
#6466
700
#4F51
800
#393A
900
#2425
950
#1717

Shades

Darker variations

1#5A5C70
2#505264
3#464757
4#3C3D4B
5#32333E
6#282932
7#1E1F25
8#141419
9#0A0A0C

Tints

Lighter variations

1#71738C
2#808299
3#9092A6
4#A0A1B3
5#B0B1BF
6#C0C1CC
7#CFD0D9
8#DFE0E6
9#EFEFF2

Tones

Muted variations

1#65677B
2#66687A
3#686979
4#696A78
5#6A6B76
6#6B6C75
7#6C6D74
8#6E6E73
9#6F6F71

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DADB
#DADBE1
Secondary backgroundsInput backgroundsDividers
300
BEBF
#BEBFCB
BordersInactive statesPlaceholder text
400
9C9E
#9C9EB0
Disabled statesSecondary iconsMuted text
500
8082
#808299
Primary brand colorCTAsActive elementsLinks
600
6466
#64667D
Hover statesFocus ringsPrimary buttons hover
700
4F51
#4F5163
Active/pressed statesDark mode accentsSecondary text
800
393A
#393A47
Text on light backgroundsHeadingsStrong borders
900
2425
#24252D
Primary textHigh emphasis contentDark headings
950
1717
#17171C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F7F7F8;
  --slate-gray-100: #EBECEF;
  --slate-gray-200: #DADBE1;
  --slate-gray-300: #BEBFCB;
  --slate-gray-400: #9C9EB0;
  --slate-gray-500: #808299;
  --slate-gray-600: #64667D;
  --slate-gray-700: #4F5163;
  --slate-gray-800: #393A47;
  --slate-gray-900: #24252D;
  --slate-gray-950: #17171C;
}
Generate More ShadesCreate PaletteConvert Color