Slate Gray

#5F6781

Blue

Color Codes

All color formats for development

HEX
#5F6781
RGB
rgb(95, 103, 129)
HSL
hsl(226, 15%, 44%)
OKLCH
oklch(0.517 0.042 271.5)
CMYK
cmyk(26%, 20%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

5.61: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
#F6F7
100
#EAEC
200
#D9DB
300
#BCC0
400
#989F
500
#7B83
600
#5F67
700
#4C52
800
#363B
900
#2326
950
#1617

Shades

Darker variations

1#565D74
2#4C5367
3#43485A
4#393E4D
5#303441
6#262934
7#1D1F27
8#13151A
9#0A0A0D

Tints

Lighter variations

1#6C7491
2#7C849E
3#8C93AA
4#9CA2B6
5#ADB2C2
6#BDC1CE
7#CED1DB
8#DEE0E7
9#EFF0F3

Tones

Muted variations

1#61687F
2#63697E
3#646A7C
4#666B7A
5#686C79
6#696D77
7#6B6E75
8#6D6E74
9#6F6F72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DB
#D9DBE3
Secondary backgroundsInput backgroundsDividers
300
BCC0
#BCC0CD
BordersInactive statesPlaceholder text
400
989F
#989FB3
Disabled statesSecondary iconsMuted text
500
7B83
#7B839D
Primary brand colorCTAsActive elementsLinks
600
5F67
#5F6781
Hover statesFocus ringsPrimary buttons hover
700
4C52
#4C5267
Active/pressed statesDark mode accentsSecondary text
800
363B
#363B49
Text on light backgroundsHeadingsStrong borders
900
2326
#23262F
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: #EAECF0;
  --slate-gray-200: #D9DBE3;
  --slate-gray-300: #BCC0CD;
  --slate-gray-400: #989FB3;
  --slate-gray-500: #7B839D;
  --slate-gray-600: #5F6781;
  --slate-gray-700: #4C5267;
  --slate-gray-800: #363B49;
  --slate-gray-900: #23262F;
  --slate-gray-950: #16171D;
}
Generate More ShadesCreate PaletteConvert Color