Slate Gray

#7B859D

Blue

Color Codes

All color formats for development

HEX
#7B859D
RGB
rgb(123, 133, 157)
HSL
hsl(222, 15%, 55%)
OKLCH
oklch(0.617 0.038 267.4)
CMYK
cmyk(22%, 15%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.69:1

AA AAA

On Black Background

5.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D9DC
300
#BCC1
400
#98A0
500
#7B85
600
#5F69
700
#4C54
800
#363C
900
#2326
950
#1618

Shades

Darker variations

1#6B7791
2#5F6981
3#535C71
4#484F61
5#3C4251
6#303541
7#242830
8#181A20
9#0C0D10

Tints

Lighter variations

1#8892A7
2#959EB1
3#A3AABB
4#B0B6C4
5#BDC2CE
6#CACED8
7#D7DBE2
8#E5E7EB
9#F2F3F5

Tones

Muted variations

1#7D869C
2#7E879A
3#808798
4#828897
5#848995
6#858993
7#878A91
8#898B90
9#8B8C8E

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
D9DC
#D9DCE3
Secondary backgroundsInput backgroundsDividers
300
BCC1
#BCC1CD
BordersInactive statesPlaceholder text
400
98A0
#98A0B3
Disabled statesSecondary iconsMuted text
500
7B85
#7B859D
Primary brand colorCTAsActive elementsLinks
600
5F69
#5F6981
Hover statesFocus ringsPrimary buttons hover
700
4C54
#4C5467
Active/pressed statesDark mode accentsSecondary text
800
363C
#363C49
Text on light backgroundsHeadingsStrong borders
900
2326
#23262F
Primary textHigh emphasis contentDark headings
950
1618
#16181D
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: #D9DCE3;
  --slate-gray-300: #BCC1CD;
  --slate-gray-400: #98A0B3;
  --slate-gray-500: #7B859D;
  --slate-gray-600: #5F6981;
  --slate-gray-700: #4C5467;
  --slate-gray-800: #363C49;
  --slate-gray-900: #23262F;
  --slate-gray-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color