Slate Gray

#65667B

Blue

Color Codes

All color formats for development

HEX
#65667B
RGB
rgb(101, 102, 123)
HSL
hsl(237, 10%, 44%)
OKLCH
oklch(0.517 0.033 283)
CMYK
cmyk(18%, 17%, 0%, 52%)

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
#DBDB
300
#BEBF
400
#9D9E
500
#8182
600
#6566
700
#5051
800
#393A
900
#2525
950
#1717

Shades

Darker variations

1#5B5C6F
2#515263
3#474756
4#3D3D4A
5#32333E
6#282931
7#1E1F25
8#141419
9#0A0A0C

Tints

Lighter variations

1#72738B
2#818298
3#9192A5
4#A1A2B2
5#B0B1BF
6#C0C1CC
7#D0D0D8
8#E0E0E5
9#EFEFF2

Tones

Muted variations

1#66677A
2#676879
3#686978
4#696A77
5#6B6B76
6#6C6C75
7#6D6D74
8#6E6E72
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
DBDB
#DBDBE1
Secondary backgroundsInput backgroundsDividers
300
BEBF
#BEBFCA
BordersInactive statesPlaceholder text
400
9D9E
#9D9EAF
Disabled statesSecondary iconsMuted text
500
8182
#818298
Primary brand colorCTAsActive elementsLinks
600
6566
#65667B
Hover statesFocus ringsPrimary buttons hover
700
5051
#505162
Active/pressed statesDark mode accentsSecondary text
800
393A
#393A46
Text on light backgroundsHeadingsStrong borders
900
2525
#25252D
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: #DBDBE1;
  --slate-gray-300: #BEBFCA;
  --slate-gray-400: #9D9EAF;
  --slate-gray-500: #818298;
  --slate-gray-600: #65667B;
  --slate-gray-700: #505162;
  --slate-gray-800: #393A46;
  --slate-gray-900: #25252D;
  --slate-gray-950: #17171C;
}
Generate More ShadesCreate PaletteConvert Color