Slate Gray

#7B899D

Blue

Color Codes

All color formats for development

HEX
#7B899D
RGB
rgb(123, 137, 157)
HSL
hsl(215, 15%, 55%)
OKLCH
oklch(0.626 0.034 257.3)
CMYK
cmyk(22%, 13%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.55:1

AA AAA

On Black Background

5.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DD
300
#BCC3
400
#98A4
500
#7B89
600
#5F6D
700
#4C57
800
#363E
900
#2328
950
#1619

Shades

Darker variations

1#6B7B91
2#5F6D81
3#536071
4#485261
5#3C4451
6#303741
7#242930
8#181B20
9#0C0E10

Tints

Lighter variations

1#8895A7
2#95A1B1
3#A3ADBB
4#B0B8C4
5#BDC4CE
6#CAD0D8
7#D7DCE2
8#E5E7EB
9#F2F3F5

Tones

Muted variations

1#7D8A9C
2#7E8A9A
3#808A98
4#828B97
5#848B95
6#858B93
7#878B91
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
D9DD
#D9DDE3
Secondary backgroundsInput backgroundsDividers
300
BCC3
#BCC3CD
BordersInactive statesPlaceholder text
400
98A4
#98A4B3
Disabled statesSecondary iconsMuted text
500
7B89
#7B899D
Primary brand colorCTAsActive elementsLinks
600
5F6D
#5F6D81
Hover statesFocus ringsPrimary buttons hover
700
4C57
#4C5767
Active/pressed statesDark mode accentsSecondary text
800
363E
#363E49
Text on light backgroundsHeadingsStrong borders
900
2328
#23282F
Primary textHigh emphasis contentDark headings
950
1619
#16191D
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: #D9DDE3;
  --slate-gray-300: #BCC3CD;
  --slate-gray-400: #98A4B3;
  --slate-gray-500: #7B899D;
  --slate-gray-600: #5F6D81;
  --slate-gray-700: #4C5767;
  --slate-gray-800: #363E49;
  --slate-gray-900: #23282F;
  --slate-gray-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color