Slate Gray

#7699A2

Cyan

Color Codes

All color formats for development

HEX
#7699A2
RGB
rgb(118, 153, 162)
HSL
hsl(192, 19%, 55%)
OKLCH
oklch(0.66 0.041 215.2)
CMYK
cmyk(27%, 6%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.07:1

AA AAA

On Black Background

6.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E2
300
#B9CB
400
#95B0
500
#7699
600
#5B7D
700
#4863
800
#3447
900
#212D
950
#151C

Shades

Darker variations

1#668D96
2#5B7D86
3#506D75
4#445E64
5#394E53
6#2D3E43
7#222F32
8#171F21
9#0B1011

Tints

Lighter variations

1#84A3AB
2#92AEB5
3#9FB8BE
4#ADC2C7
5#BBCCD1
6#C8D6DA
7#D6E0E3
8#E4EBEC
9#F1F5F6

Tones

Muted variations

1#7998A0
2#7B979E
3#7D959C
4#7F9499
5#819397
6#849195
7#869093
8#888F91
9#8A8E8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF1
Light backgroundsTable row hoverSkeleton loading
200
D8E2
#D8E2E4
Secondary backgroundsInput backgroundsDividers
300
B9CB
#B9CBCF
BordersInactive statesPlaceholder text
400
95B0
#95B0B7
Disabled statesSecondary iconsMuted text
500
7699
#7699A2
Primary brand colorCTAsActive elementsLinks
600
5B7D
#5B7D86
Hover statesFocus ringsPrimary buttons hover
700
4863
#48636A
Active/pressed statesDark mode accentsSecondary text
800
3447
#34474C
Text on light backgroundsHeadingsStrong borders
900
212D
#212D31
Primary textHigh emphasis contentDark headings
950
151C
#151C1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAEFF1;
  --slate-gray-200: #D8E2E4;
  --slate-gray-300: #B9CBCF;
  --slate-gray-400: #95B0B7;
  --slate-gray-500: #7699A2;
  --slate-gray-600: #5B7D86;
  --slate-gray-700: #48636A;
  --slate-gray-800: #34474C;
  --slate-gray-900: #212D31;
  --slate-gray-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color