Slate Gray

#7A859F

Blue

Color Codes

All color formats for development

HEX
#7A859F
RGB
rgb(122, 133, 159)
HSL
hsl(222, 16%, 55%)
OKLCH
oklch(0.617 0.041 267.1)
CMYK
cmyk(23%, 16%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.70: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
#BBC1
400
#97A0
500
#7A85
600
#5E69
700
#4B54
800
#363C
900
#2226
950
#1518

Shades

Darker variations

1#6A7692
2#5E6982
3#525C72
4#474F62
5#3B4251
6#2F3541
7#232731
8#181A21
9#0C0D10

Tints

Lighter variations

1#8791A8
2#959DB2
3#A2AABC
4#AFB6C5
5#BCC2CF
6#CACED8
7#D7DAE2
8#E4E7EC
9#F2F3F5

Tones

Muted variations

1#7C869D
2#7E869B
3#7F8799
4#818897
5#838995
6#858994
7#878A92
8#898B90
9#8A8C8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DC
#D9DCE3
Secondary backgroundsInput backgroundsDividers
300
BBC1
#BBC1CE
BordersInactive statesPlaceholder text
400
97A0
#97A0B4
Disabled statesSecondary iconsMuted text
500
7A85
#7A859F
Primary brand colorCTAsActive elementsLinks
600
5E69
#5E6982
Hover statesFocus ringsPrimary buttons hover
700
4B54
#4B5468
Active/pressed statesDark mode accentsSecondary text
800
363C
#363C4A
Text on light backgroundsHeadingsStrong borders
900
2226
#22262F
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F9;
  --slate-gray-100: #EAECF0;
  --slate-gray-200: #D9DCE3;
  --slate-gray-300: #BBC1CE;
  --slate-gray-400: #97A0B4;
  --slate-gray-500: #7A859F;
  --slate-gray-600: #5E6982;
  --slate-gray-700: #4B5468;
  --slate-gray-800: #363C4A;
  --slate-gray-900: #22262F;
  --slate-gray-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color