Slate Gray

#7677A2

Blue

Color Codes

All color formats for development

HEX
#7677A2
RGB
rgb(118, 119, 162)
HSL
hsl(239, 19%, 55%)
OKLCH
oklch(0.585 0.066 283.1)
CMYK
cmyk(27%, 27%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

4.26:1

AA AAA

On Black Background

4.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D8
300
#B9BA
400
#9595
500
#7677
600
#5B5C
700
#4849
800
#3434
900
#2121
950
#1515

Shades

Darker variations

1#666796
2#5B5C86
3#505075
4#444564
5#393953
6#2D2E43
7#222232
8#171721
9#0B0B11

Tints

Lighter variations

1#8485AB
2#9292B5
3#9FA0BE
4#ADAEC7
5#BBBBD1
6#C8C9DA
7#D6D6E3
8#E4E4EC
9#F1F1F6

Tones

Muted variations

1#7979A0
2#7B7B9E
3#7D7D9C
4#7F8099
5#818297
6#848495
7#868693
8#888891
9#8A8A8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF1
Light backgroundsTable row hoverSkeleton loading
200
D8D8
#D8D8E4
Secondary backgroundsInput backgroundsDividers
300
B9BA
#B9BACF
BordersInactive statesPlaceholder text
400
9595
#9595B7
Disabled statesSecondary iconsMuted text
500
7677
#7677A2
Primary brand colorCTAsActive elementsLinks
600
5B5C
#5B5C86
Hover statesFocus ringsPrimary buttons hover
700
4849
#48496A
Active/pressed statesDark mode accentsSecondary text
800
3434
#34344C
Text on light backgroundsHeadingsStrong borders
900
2121
#212131
Primary textHigh emphasis contentDark headings
950
1515
#15151E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #EAEAF1;
  --slate-gray-200: #D8D8E4;
  --slate-gray-300: #B9BACF;
  --slate-gray-400: #9595B7;
  --slate-gray-500: #7677A2;
  --slate-gray-600: #5B5C86;
  --slate-gray-700: #48496A;
  --slate-gray-800: #34344C;
  --slate-gray-900: #212131;
  --slate-gray-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color