Slate Gray

#769FA2

Cyan

Color Codes

All color formats for development

HEX
#769FA2
RGB
rgb(118, 159, 162)
HSL
hsl(184, 19%, 55%)
OKLCH
oklch(0.674 0.045 201.8)
CMYK
cmyk(27%, 2%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

2.90:1

AA AAA

On Black Background

7.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D8E3
300
#B9CE
400
#95B4
500
#769F
600
#5B83
700
#4868
800
#344A
900
#2130
950
#151E

Shades

Darker variations

1#669396
2#5B8386
3#507275
4#446264
5#395253
6#2D4143
7#223132
8#172121
9#0B1011

Tints

Lighter variations

1#84A9AB
2#92B2B5
3#9FBCBE
4#ADC5C7
5#BBCFD1
6#C8D9DA
7#D6E2E3
8#E4ECEC
9#F1F5F6

Tones

Muted variations

1#799DA0
2#7B9B9E
3#7D999C
4#7F9899
5#819697
6#849495
7#869293
8#889091
9#8A8E8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F1
Light backgroundsTable row hoverSkeleton loading
200
D8E3
#D8E3E4
Secondary backgroundsInput backgroundsDividers
300
B9CE
#B9CECF
BordersInactive statesPlaceholder text
400
95B4
#95B4B7
Disabled statesSecondary iconsMuted text
500
769F
#769FA2
Primary brand colorCTAsActive elementsLinks
600
5B83
#5B8386
Hover statesFocus ringsPrimary buttons hover
700
4868
#48686A
Active/pressed statesDark mode accentsSecondary text
800
344A
#344A4C
Text on light backgroundsHeadingsStrong borders
900
2130
#213031
Primary textHigh emphasis contentDark headings
950
151E
#151E1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F9F9;
  --slate-gray-100: #EAF0F1;
  --slate-gray-200: #D8E3E4;
  --slate-gray-300: #B9CECF;
  --slate-gray-400: #95B4B7;
  --slate-gray-500: #769FA2;
  --slate-gray-600: #5B8386;
  --slate-gray-700: #48686A;
  --slate-gray-800: #344A4C;
  --slate-gray-900: #213031;
  --slate-gray-950: #151E1E;
}
Generate More ShadesCreate PaletteConvert Color