Slate Gray

#62757F

Blue

Color Codes

All color formats for development

HEX
#62757F
RGB
rgb(98, 117, 127)
HSL
hsl(201, 13%, 44%)
OKLCH
oklch(0.551 0.027 230.8)
CMYK
cmyk(23%, 8%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

4.81:1

AA AAA

On Black Background

4.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#DADF
300
#BDC7
400
#9AA9
500
#7D91
600
#6275
700
#4E5D
800
#3742
900
#232A
950
#161A

Shades

Darker variations

1#586972
2#4E5D65
3#445259
4#3B464C
5#313A3F
6#272F33
7#1D2326
8#141719
9#0A0C0D

Tints

Lighter variations

1#6E838F
2#7E919C
3#8E9FA8
4#9EADB4
5#AEBAC1
6#BEC8CD
7#CFD6DA
8#DFE4E6
9#EFF1F3

Tones

Muted variations

1#63747D
2#65747C
3#66737A
4#677379
5#697277
6#6A7276
7#6C7275
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
BDC7
#BDC7CC
BordersInactive statesPlaceholder text
400
9AA9
#9AA9B1
Disabled statesSecondary iconsMuted text
500
7D91
#7D919B
Primary brand colorCTAsActive elementsLinks
600
6275
#62757F
Hover statesFocus ringsPrimary buttons hover
700
4E5D
#4E5D65
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: #BDC7CC;
  --slate-gray-400: #9AA9B1;
  --slate-gray-500: #7D919B;
  --slate-gray-600: #62757F;
  --slate-gray-700: #4E5D65;
  --slate-gray-800: #374248;
  --slate-gray-900: #232A2E;
  --slate-gray-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color