Slate Gray

#6CACAC

Cyan

Color Codes

All color formats for development

HEX
#6CACAC
RGB
rgb(108, 172, 172)
HSL
hsl(180, 28%, 55%)
OKLCH
oklch(0.702 0.066 195.8)
CMYK
cmyk(37%, 0%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F2
200
#D5E7
300
#B4D5
400
#8DBF
500
#6CAC
600
#5190
700
#4072
800
#2E52
900
#1D34
950
#1221

Shades

Darker variations

1#5BA2A2
2#519090
3#477E7E
4#3D6C6C
5#325A5A
6#284848
7#1E3636
8#142424
9#0A1212

Tints

Lighter variations

1#7BB5B5
2#89BDBD
3#98C5C5
4#A7CDCD
5#B6D6D6
6#C4DEDE
7#D3E6E6
8#E2EEEE
9#F0F7F7

Tones

Muted variations

1#6FA9A9
2#73A6A6
3#76A3A3
4#79A0A0
5#7C9C9C
6#7F9999
7#839696
8#869393
9#898F8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F2
#E8F2F2
Light backgroundsTable row hoverSkeleton loading
200
D5E7
#D5E7E7
Secondary backgroundsInput backgroundsDividers
300
B4D5
#B4D5D5
BordersInactive statesPlaceholder text
400
8DBF
#8DBFBF
Disabled statesSecondary iconsMuted text
500
6CAC
#6CACAC
Primary brand colorCTAsActive elementsLinks
600
5190
#519090
Hover statesFocus ringsPrimary buttons hover
700
4072
#407272
Active/pressed statesDark mode accentsSecondary text
800
2E52
#2E5252
Text on light backgroundsHeadingsStrong borders
900
1D34
#1D3434
Primary textHigh emphasis contentDark headings
950
1221
#122121
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9F9;
  --slate-gray-100: #E8F2F2;
  --slate-gray-200: #D5E7E7;
  --slate-gray-300: #B4D5D5;
  --slate-gray-400: #8DBFBF;
  --slate-gray-500: #6CACAC;
  --slate-gray-600: #519090;
  --slate-gray-700: #407272;
  --slate-gray-800: #2E5252;
  --slate-gray-900: #1D3434;
  --slate-gray-950: #122121;
}
Generate More ShadesCreate PaletteConvert Color