Slate Gray

#6CA7AC

Cyan

Color Codes

All color formats for development

HEX
#6CA7AC
RGB
rgb(108, 167, 172)
HSL
hsl(185, 28%, 55%)
OKLCH
oklch(0.69 0.062 202.6)
CMYK
cmyk(37%, 3%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.71:1

AA AAA

On Black Background

7.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F1
200
#D5E6
300
#B4D2
400
#8DBB
500
#6CA7
600
#518A
700
#406E
800
#2E4F
900
#1D32
950
#121F

Shades

Darker variations

1#5B9CA2
2#518A90
3#47797E
4#3D686C
5#32565A
6#284548
7#1E3436
8#142324
9#0A1112

Tints

Lighter variations

1#7BB0B5
2#89B9BD
3#98C1C5
4#A7CACD
5#B6D3D6
6#C4DCDE
7#D3E5E6
8#E2EDEE
9#F0F6F7

Tones

Muted variations

1#6FA4A9
2#73A2A6
3#769FA3
4#799CA0
5#7C9A9C
6#7F9799
7#839496
8#869293
9#898F8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F1
#E8F1F2
Light backgroundsTable row hoverSkeleton loading
200
D5E6
#D5E6E7
Secondary backgroundsInput backgroundsDividers
300
B4D2
#B4D2D5
BordersInactive statesPlaceholder text
400
8DBB
#8DBBBF
Disabled statesSecondary iconsMuted text
500
6CA7
#6CA7AC
Primary brand colorCTAsActive elementsLinks
600
518A
#518A90
Hover statesFocus ringsPrimary buttons hover
700
406E
#406E72
Active/pressed statesDark mode accentsSecondary text
800
2E4F
#2E4F52
Text on light backgroundsHeadingsStrong borders
900
1D32
#1D3234
Primary textHigh emphasis contentDark headings
950
121F
#121F21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9F9;
  --slate-gray-100: #E8F1F2;
  --slate-gray-200: #D5E6E7;
  --slate-gray-300: #B4D2D5;
  --slate-gray-400: #8DBBBF;
  --slate-gray-500: #6CA7AC;
  --slate-gray-600: #518A90;
  --slate-gray-700: #406E72;
  --slate-gray-800: #2E4F52;
  --slate-gray-900: #1D3234;
  --slate-gray-950: #121F21;
}
Generate More ShadesCreate PaletteConvert Color