Slate Gray

#6CA1AC

Cyan

Color Codes

All color formats for development

HEX
#6CA1AC
RGB
rgb(108, 161, 172)
HSL
hsl(190, 28%, 55%)
OKLCH
oklch(0.676 0.058 212.1)
CMYK
cmyk(37%, 6%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.86:1

AA AAA

On Black Background

7.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F0
200
#D5E4
300
#B4CF
400
#8DB6
500
#6CA2
600
#5185
700
#406A
800
#2E4C
900
#1D30
950
#121E

Shades

Darker variations

1#5B96A2
2#518590
3#47757E
4#3D646C
5#32535A
6#284348
7#1E3236
8#142124
9#0A1112

Tints

Lighter variations

1#7BABB5
2#89B4BD
3#98BEC5
4#A7C7CD
5#B6D0D6
6#C4DADE
7#D3E3E6
8#E2ECEE
9#F0F6F7

Tones

Muted variations

1#6FA0A9
2#739DA6
3#769BA3
4#7999A0
5#7C979C
6#7F9599
7#839396
8#869193
9#898E8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E8F0
#E8F0F2
Light backgroundsTable row hoverSkeleton loading
200
D5E4
#D5E4E7
Secondary backgroundsInput backgroundsDividers
300
B4CF
#B4CFD5
BordersInactive statesPlaceholder text
400
8DB6
#8DB6BF
Disabled statesSecondary iconsMuted text
500
6CA2
#6CA2AC
Primary brand colorCTAsActive elementsLinks
600
5185
#518590
Hover statesFocus ringsPrimary buttons hover
700
406A
#406A72
Active/pressed statesDark mode accentsSecondary text
800
2E4C
#2E4C52
Text on light backgroundsHeadingsStrong borders
900
1D30
#1D3034
Primary textHigh emphasis contentDark headings
950
121E
#121E21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F9F9;
  --slate-gray-100: #E8F0F2;
  --slate-gray-200: #D5E4E7;
  --slate-gray-300: #B4CFD5;
  --slate-gray-400: #8DB6BF;
  --slate-gray-500: #6CA2AC;
  --slate-gray-600: #518590;
  --slate-gray-700: #406A72;
  --slate-gray-800: #2E4C52;
  --slate-gray-900: #1D3034;
  --slate-gray-950: #121E21;
}
Generate More ShadesCreate PaletteConvert Color