Slate Gray

#63657E

Blue

Color Codes

All color formats for development

HEX
#63657E
RGB
rgb(99, 101, 126)
HSL
hsl(236, 12%, 44%)
OKLCH
oklch(0.514 0.039 281.3)
CMYK
cmyk(21%, 20%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.69:1

AA AAA

On Black Background

3.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEB
200
#DADA
300
#BDBE
400
#9B9C
500
#7E80
600
#6365
700
#4F50
800
#3839
900
#2425
950
#1617

Shades

Darker variations

1#595A71
2#4F5065
3#454658
4#3B3C4B
5#31323F
6#272832
7#1E1E26
8#141419
9#0A0A0D

Tints

Lighter variations

1#6F718E
2#7F819A
3#8F91A7
4#9FA0B4
5#AFB0C0
6#BFC0CD
7#CFD0D9
8#DFDFE6
9#EFEFF2

Tones

Muted variations

1#64667C
2#65677B
3#67687A
4#686978
5#696A77
6#6B6C76
7#6C6D74
8#6E6E73
9#6F6F72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEB
#EBEBEF
Light backgroundsTable row hoverSkeleton loading
200
DADA
#DADAE2
Secondary backgroundsInput backgroundsDividers
300
BDBE
#BDBECB
BordersInactive statesPlaceholder text
400
9B9C
#9B9CB0
Disabled statesSecondary iconsMuted text
500
7E80
#7E809A
Primary brand colorCTAsActive elementsLinks
600
6365
#63657E
Hover statesFocus ringsPrimary buttons hover
700
4F50
#4F5064
Active/pressed statesDark mode accentsSecondary text
800
3839
#383947
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: #EBEBEF;
  --slate-gray-200: #DADAE2;
  --slate-gray-300: #BDBECB;
  --slate-gray-400: #9B9CB0;
  --slate-gray-500: #7E809A;
  --slate-gray-600: #63657E;
  --slate-gray-700: #4F5064;
  --slate-gray-800: #383947;
  --slate-gray-900: #24252E;
  --slate-gray-950: #16171D;
}
Generate More ShadesCreate PaletteConvert Color