Slate Gray

#62627F

Blue

Color Codes

All color formats for development

HEX
#62627F
RGB
rgb(98, 98, 127)
HSL
hsl(240, 13%, 44%)
OKLCH
oklch(0.507 0.046 284.7)
CMYK
cmyk(23%, 23%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

5.88:1

AA AAA

On Black Background

3.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EBEB
200
#DADA
300
#BDBD
400
#9A9A
500
#7D7D
600
#6262
700
#4E4E
800
#3737
900
#2323
950
#1616

Shades

Darker variations

1#585872
2#4E4E65
3#444459
4#3B3B4C
5#31313F
6#272733
7#1D1D26
8#141419
9#0A0A0D

Tints

Lighter variations

1#6E6E8F
2#7E7E9C
3#8E8EA8
4#9E9EB4
5#AEAEC1
6#BEBECD
7#CFCFDA
8#DFDFE6
9#EFEFF3

Tones

Muted variations

1#63637D
2#65657C
3#66667A
4#676779
5#696977
6#6A6A76
7#6C6C75
8#6D6D73
9#6F6F72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEB
#EBEBEF
Light backgroundsTable row hoverSkeleton loading
200
DADA
#DADAE2
Secondary backgroundsInput backgroundsDividers
300
BDBD
#BDBDCC
BordersInactive statesPlaceholder text
400
9A9A
#9A9AB1
Disabled statesSecondary iconsMuted text
500
7D7D
#7D7D9B
Primary brand colorCTAsActive elementsLinks
600
6262
#62627F
Hover statesFocus ringsPrimary buttons hover
700
4E4E
#4E4E65
Active/pressed statesDark mode accentsSecondary text
800
3737
#373748
Text on light backgroundsHeadingsStrong borders
900
2323
#23232E
Primary textHigh emphasis contentDark headings
950
1616
#16161D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F8;
  --slate-gray-100: #EBEBEF;
  --slate-gray-200: #DADAE2;
  --slate-gray-300: #BDBDCC;
  --slate-gray-400: #9A9AB1;
  --slate-gray-500: #7D7D9B;
  --slate-gray-600: #62627F;
  --slate-gray-700: #4E4E65;
  --slate-gray-800: #373748;
  --slate-gray-900: #23232E;
  --slate-gray-950: #16161D;
}
Generate More ShadesCreate PaletteConvert Color