Slate Gray

#7690A2

Blue

Color Codes

All color formats for development

HEX
#7690A2
RGB
rgb(118, 144, 162)
HSL
hsl(205, 19%, 55%)
OKLCH
oklch(0.64 0.04 238.5)
CMYK
cmyk(27%, 11%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.34:1

AA AAA

On Black Background

6.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8DF
300
#B9C6
400
#95A9
500
#7690
600
#5B74
700
#485C
800
#3442
900
#212A
950
#151A

Shades

Darker variations

1#668296
2#5B7486
3#506575
4#445764
5#394853
6#2D3A43
7#222B32
8#171D21
9#0B0E11

Tints

Lighter variations

1#849BAB
2#92A6B5
3#9FB1BE
4#ADBCC7
5#BBC7D1
6#C8D3DA
7#D6DEE3
8#E4E9EC
9#F1F4F6

Tones

Muted variations

1#7990A0
2#7B8F9E
3#7D8F9C
4#7F8E99
5#818E97
6#848E95
7#868D93
8#888D91
9#8A8D8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF1
Light backgroundsTable row hoverSkeleton loading
200
D8DF
#D8DFE4
Secondary backgroundsInput backgroundsDividers
300
B9C6
#B9C6CF
BordersInactive statesPlaceholder text
400
95A9
#95A9B7
Disabled statesSecondary iconsMuted text
500
7690
#7690A2
Primary brand colorCTAsActive elementsLinks
600
5B74
#5B7486
Hover statesFocus ringsPrimary buttons hover
700
485C
#485C6A
Active/pressed statesDark mode accentsSecondary text
800
3442
#34424C
Text on light backgroundsHeadingsStrong borders
900
212A
#212A31
Primary textHigh emphasis contentDark headings
950
151A
#151A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEEF1;
  --slate-gray-200: #D8DFE4;
  --slate-gray-300: #B9C6CF;
  --slate-gray-400: #95A9B7;
  --slate-gray-500: #7690A2;
  --slate-gray-600: #5B7486;
  --slate-gray-700: #485C6A;
  --slate-gray-800: #34424C;
  --slate-gray-900: #212A31;
  --slate-gray-950: #151A1E;
}
Generate More ShadesCreate PaletteConvert Color