Slate Gray

#767AA2

Blue

Color Codes

All color formats for development

HEX
#767AA2
RGB
rgb(118, 122, 162)
HSL
hsl(235, 19%, 55%)
OKLCH
oklch(0.591 0.061 279.9)
CMYK
cmyk(27%, 25%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

4.14:1

AA AAA

On Black Background

5.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D9
300
#B9BB
400
#9598
500
#767A
600
#5B5E
700
#484B
800
#3436
900
#2122
950
#1515

Shades

Darker variations

1#666A96
2#5B5E86
3#505375
4#444764
5#393B53
6#2D2F43
7#222332
8#171821
9#0B0C11

Tints

Lighter variations

1#8487AB
2#9295B5
3#9FA2BE
4#ADAFC7
5#BBBDD1
6#C8CADA
7#D6D7E3
8#E4E4EC
9#F1F2F6

Tones

Muted variations

1#797CA0
2#7B7E9E
3#7D809C
4#7F8199
5#818397
6#848595
7#868793
8#888991
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
D8D9
#D8D9E4
Secondary backgroundsInput backgroundsDividers
300
B9BB
#B9BBCF
BordersInactive statesPlaceholder text
400
9598
#9598B7
Disabled statesSecondary iconsMuted text
500
767A
#767AA2
Primary brand colorCTAsActive elementsLinks
600
5B5E
#5B5E86
Hover statesFocus ringsPrimary buttons hover
700
484B
#484B6A
Active/pressed statesDark mode accentsSecondary text
800
3436
#34364C
Text on light backgroundsHeadingsStrong borders
900
2122
#212231
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: #D8D9E4;
  --slate-gray-300: #B9BBCF;
  --slate-gray-400: #9598B7;
  --slate-gray-500: #767AA2;
  --slate-gray-600: #5B5E86;
  --slate-gray-700: #484B6A;
  --slate-gray-800: #34364C;
  --slate-gray-900: #212231;
  --slate-gray-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color