Slate Gray

#7692A2

Blue

Color Codes

All color formats for development

HEX
#7692A2
RGB
rgb(118, 146, 162)
HSL
hsl(202, 19%, 55%)
OKLCH
oklch(0.644 0.04 233.3)
CMYK
cmyk(27%, 10%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.28:1

AA AAA

On Black Background

6.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8E0
300
#B9C7
400
#95AA
500
#7692
600
#5B76
700
#485E
800
#3443
900
#212B
950
#151B

Shades

Darker variations

1#668596
2#5B7686
3#506775
4#445864
5#394A53
6#2D3B43
7#222C32
8#171D21
9#0B0F11

Tints

Lighter variations

1#849DAB
2#92A8B5
3#9FB3BE
4#ADBEC7
5#BBC9D1
6#C8D3DA
7#D6DEE3
8#E4E9EC
9#F1F4F6

Tones

Muted variations

1#7991A0
2#7B919E
3#7D909C
4#7F9099
5#818F97
6#848F95
7#868E93
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
D8E0
#D8E0E4
Secondary backgroundsInput backgroundsDividers
300
B9C7
#B9C7CF
BordersInactive statesPlaceholder text
400
95AA
#95AAB7
Disabled statesSecondary iconsMuted text
500
7692
#7692A2
Primary brand colorCTAsActive elementsLinks
600
5B76
#5B7686
Hover statesFocus ringsPrimary buttons hover
700
485E
#485E6A
Active/pressed statesDark mode accentsSecondary text
800
3443
#34434C
Text on light backgroundsHeadingsStrong borders
900
212B
#212B31
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
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: #D8E0E4;
  --slate-gray-300: #B9C7CF;
  --slate-gray-400: #95AAB7;
  --slate-gray-500: #7692A2;
  --slate-gray-600: #5B7686;
  --slate-gray-700: #485E6A;
  --slate-gray-800: #34434C;
  --slate-gray-900: #212B31;
  --slate-gray-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color