Slate Gray

#6DA0AB

Cyan

Color Codes

All color formats for development

HEX
#6DA0AB
RGB
rgb(109, 160, 171)
HSL
hsl(191, 27%, 55%)
OKLCH
oklch(0.674 0.056 212.6)
CMYK
cmyk(36%, 6%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.89:1

AA AAA

On Black Background

7.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F0
200
#D5E4
300
#B5CE
400
#8EB5
500
#6DA0
600
#5283
700
#4169
800
#2F4B
900
#1E30
950
#131E

Shades

Darker variations

1#5C94A0
2#52838E
3#48737D
4#3D636B
5#335259
6#294247
7#1F3135
8#142124
9#0A1012

Tints

Lighter variations

1#7CA9B4
2#8AB3BC
3#99BCC4
4#A8C6CD
5#B6CFD5
6#C5D9DD
7#D3E2E6
8#E2ECEE
9#F0F5F7

Tones

Muted variations

1#709EA8
2#739CA5
3#779AA2
4#7A989F
5#7D969C
6#809499
7#839296
8#869092
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
B5CE
#B5CED4
BordersInactive statesPlaceholder text
400
8EB5
#8EB5BE
Disabled statesSecondary iconsMuted text
500
6DA0
#6DA0AB
Primary brand colorCTAsActive elementsLinks
600
5283
#52838E
Hover statesFocus ringsPrimary buttons hover
700
4169
#416971
Active/pressed statesDark mode accentsSecondary text
800
2F4B
#2F4B51
Text on light backgroundsHeadingsStrong borders
900
1E30
#1E3034
Primary textHigh emphasis contentDark headings
950
131E
#131E20
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: #B5CED4;
  --slate-gray-400: #8EB5BE;
  --slate-gray-500: #6DA0AB;
  --slate-gray-600: #52838E;
  --slate-gray-700: #416971;
  --slate-gray-800: #2F4B51;
  --slate-gray-900: #1E3034;
  --slate-gray-950: #131E20;
}
Generate More ShadesCreate PaletteConvert Color