Slate Gray

#769BA2

Cyan

Color Codes

All color formats for development

HEX
#769BA2
RGB
rgb(118, 155, 162)
HSL
hsl(190, 19%, 55%)
OKLCH
oklch(0.664 0.042 210.5)
CMYK
cmyk(27%, 4%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.01:1

AA AAA

On Black Background

6.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E2
300
#B9CC
400
#95B1
500
#769B
600
#5B7E
700
#4865
800
#3448
900
#212E
950
#151D

Shades

Darker variations

1#668E96
2#5B7E86
3#506F75
4#445F64
5#394F53
6#2D3F43
7#222F32
8#172021
9#0B1011

Tints

Lighter variations

1#84A5AB
2#92AFB5
3#9FB9BE
4#ADC3C7
5#BBCDD1
6#C8D7DA
7#D6E1E3
8#E4EBEC
9#F1F5F6

Tones

Muted variations

1#7999A0
2#7B989E
3#7D969C
4#7F9599
5#819497
6#849295
7#869193
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
B9CC
#B9CCCF
BordersInactive statesPlaceholder text
400
95B1
#95B1B7
Disabled statesSecondary iconsMuted text
500
769B
#769BA2
Primary brand colorCTAsActive elementsLinks
600
5B7E
#5B7E86
Hover statesFocus ringsPrimary buttons hover
700
4865
#48656A
Active/pressed statesDark mode accentsSecondary text
800
3448
#34484C
Text on light backgroundsHeadingsStrong borders
900
212E
#212E31
Primary textHigh emphasis contentDark headings
950
151D
#151D1E
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: #B9CCCF;
  --slate-gray-400: #95B1B7;
  --slate-gray-500: #769BA2;
  --slate-gray-600: #5B7E86;
  --slate-gray-700: #48656A;
  --slate-gray-800: #34484C;
  --slate-gray-900: #212E31;
  --slate-gray-950: #151D1E;
}
Generate More ShadesCreate PaletteConvert Color