Slate Gray

#759BA3

Cyan

Color Codes

All color formats for development

HEX
#759BA3
RGB
rgb(117, 155, 163)
HSL
hsl(190, 20%, 55%)
OKLCH
oklch(0.664 0.043 212)
CMYK
cmyk(28%, 5%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.01:1

AA AAA

On Black Background

6.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAF0
200
#D7E2
300
#B9CC
400
#94B2
500
#759C
600
#5A7F
700
#4765
800
#3348
900
#212E
950
#141D

Shades

Darker variations

1#658F97
2#5A7F87
3#4F6F76
4#435F65
5#384F54
6#2D4043
7#223032
8#162022
9#0B1011

Tints

Lighter variations

1#83A5AC
2#91AFB6
3#9FB9BF
4#ACC3C8
5#BACDD1
6#C8D7DA
7#D6E1E3
8#E3EBED
9#F1F5F6

Tones

Muted variations

1#789AA1
2#7A989F
3#7C979C
4#7E959A
5#819498
6#839295
7#859193
8#888F91
9#8A8E8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F1
Light backgroundsTable row hoverSkeleton loading
200
D7E2
#D7E2E4
Secondary backgroundsInput backgroundsDividers
300
B9CC
#B9CCD0
BordersInactive statesPlaceholder text
400
94B2
#94B2B8
Disabled statesSecondary iconsMuted text
500
759C
#759CA3
Primary brand colorCTAsActive elementsLinks
600
5A7F
#5A7F87
Hover statesFocus ringsPrimary buttons hover
700
4765
#47656B
Active/pressed statesDark mode accentsSecondary text
800
3348
#33484D
Text on light backgroundsHeadingsStrong borders
900
212E
#212E31
Primary textHigh emphasis contentDark headings
950
141D
#141D1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #EAF0F1;
  --slate-gray-200: #D7E2E4;
  --slate-gray-300: #B9CCD0;
  --slate-gray-400: #94B2B8;
  --slate-gray-500: #759CA3;
  --slate-gray-600: #5A7F87;
  --slate-gray-700: #47656B;
  --slate-gray-800: #33484D;
  --slate-gray-900: #212E31;
  --slate-gray-950: #141D1F;
}
Generate More ShadesCreate PaletteConvert Color