Slate Gray

#7B839D

Blue

Color Codes

All color formats for development

HEX
#7B839D
RGB
rgb(123, 131, 157)
HSL
hsl(226, 15%, 55%)
OKLCH
oklch(0.613 0.041 271.7)
CMYK
cmyk(22%, 17%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.77:1

AA AAA

On Black Background

5.58: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#6B7491
2#5F6781
3#535A71
4#484D61
5#3C4151
6#303441
7#242730
8#181A20
9#0C0D10

Tints

Lighter variations

1#888FA7
2#959CB1
3#A3A8BB
4#B0B5C4
5#BDC1CE
6#CACDD8
7#D7DAE2
8#E5E6EB
9#F2F3F5

Tones

Muted variations

1#7D849C
2#7E859A
3#808698
4#828797
5#848895
6#858993
7#878991
8#898A90
9#8B8B8E

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