Slate Gray

#7B8D9D

Blue

Color Codes

All color formats for development

HEX
#7B8D9D
RGB
rgb(123, 141, 157)
HSL
hsl(208, 15%, 55%)
OKLCH
oklch(0.635 0.032 245.1)
CMYK
cmyk(22%, 10%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.42:1

AA AAA

On Black Background

6.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DE
300
#BCC5
400
#98A7
500
#7B8D
600
#5F71
700
#4C5A
800
#3640
900
#2329
950
#161A

Shades

Darker variations

1#6B7F91
2#5F7181
3#536371
4#485561
5#3C4751
6#303941
7#242A30
8#181C20
9#0C0E10

Tints

Lighter variations

1#8899A7
2#95A4B1
3#A3AFBB
4#B0BBC4
5#BDC6CE
6#CAD2D8
7#D7DDE2
8#E5E8EB
9#F2F4F5

Tones

Muted variations

1#7D8D9C
2#7E8D9A
3#808D98
4#828D97
5#848D95
6#858D93
7#878D91
8#898C90
9#8B8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DE
#D9DEE3
Secondary backgroundsInput backgroundsDividers
300
BCC5
#BCC5CD
BordersInactive statesPlaceholder text
400
98A7
#98A7B3
Disabled statesSecondary iconsMuted text
500
7B8D
#7B8D9D
Primary brand colorCTAsActive elementsLinks
600
5F71
#5F7181
Hover statesFocus ringsPrimary buttons hover
700
4C5A
#4C5A67
Active/pressed statesDark mode accentsSecondary text
800
3640
#364049
Text on light backgroundsHeadingsStrong borders
900
2329
#23292F
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: #F6F7F8;
  --slate-gray-100: #EAEDF0;
  --slate-gray-200: #D9DEE3;
  --slate-gray-300: #BCC5CD;
  --slate-gray-400: #98A7B3;
  --slate-gray-500: #7B8D9D;
  --slate-gray-600: #5F7181;
  --slate-gray-700: #4C5A67;
  --slate-gray-800: #364049;
  --slate-gray-900: #23292F;
  --slate-gray-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color