Slate Gray

#62747F

Blue

Color Codes

All color formats for development

HEX
#62747F
RGB
rgb(98, 116, 127)
HSL
hsl(203, 13%, 44%)
OKLCH
oklch(0.548 0.027 234.8)
CMYK
cmyk(23%, 9%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

4.86:1

AA AAA

On Black Background

4.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#DADF
300
#BDC6
400
#9AA8
500
#7D90
600
#6274
700
#4E5C
800
#3742
900
#232A
950
#161A

Shades

Darker variations

1#586872
2#4E5C65
3#445159
4#3B454C
5#313A3F
6#272E33
7#1D2326
8#141719
9#0A0C0D

Tints

Lighter variations

1#6E828F
2#7E909C
3#8E9EA8
4#9EACB4
5#AEBAC1
6#BEC8CD
7#CFD5DA
8#DFE3E6
9#EFF1F3

Tones

Muted variations

1#63737D
2#65737C
3#66737A
4#677279
5#697277
6#6A7276
7#6C7175
8#6D7173
9#6F7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DADF
#DADFE2
Secondary backgroundsInput backgroundsDividers
300
BDC6
#BDC6CC
BordersInactive statesPlaceholder text
400
9AA8
#9AA8B1
Disabled statesSecondary iconsMuted text
500
7D90
#7D909B
Primary brand colorCTAsActive elementsLinks
600
6274
#62747F
Hover statesFocus ringsPrimary buttons hover
700
4E5C
#4E5C65
Active/pressed statesDark mode accentsSecondary text
800
3742
#374248
Text on light backgroundsHeadingsStrong borders
900
232A
#232A2E
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F8;
  --slate-gray-100: #EBEEEF;
  --slate-gray-200: #DADFE2;
  --slate-gray-300: #BDC6CC;
  --slate-gray-400: #9AA8B1;
  --slate-gray-500: #7D909B;
  --slate-gray-600: #62747F;
  --slate-gray-700: #4E5C65;
  --slate-gray-800: #374248;
  --slate-gray-900: #232A2E;
  --slate-gray-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color