Slate Gray

#6BA5AE

Cyan

Color Codes

All color formats for development

HEX
#6BA5AE
RGB
rgb(107, 165, 174)
HSL
hsl(188, 29%, 55%)
OKLCH
oklch(0.685 0.062 208.2)
CMYK
cmyk(39%, 5%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.76:1

AA AAA

On Black Background

7.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E8F1
200
#D4E5
300
#B3D1
400
#8CB9
500
#6BA5
600
#5088
700
#3F6C
800
#2D4D
900
#1D31
950
#121F

Shades

Darker variations

1#5A99A3
2#508891
3#46777F
4#3C666D
5#32555A
6#284448
7#1E3336
8#142224
9#0A1112

Tints

Lighter variations

1#7AAEB6
2#89B7BE
3#97C0C6
4#A6C9CE
5#B5D2D6
6#C4DBDE
7#D3E4E7
8#E1EDEF
9#F0F6F7

Tones

Muted variations

1#6EA2AA
2#72A0A7
3#759DA4
4#789BA0
5#7C989D
6#7F969A
7#829496
8#869193
9#898F90

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F1
#E8F1F2
Light backgroundsTable row hoverSkeleton loading
200
D4E5
#D4E5E7
Secondary backgroundsInput backgroundsDividers
300
B3D1
#B3D1D5
BordersInactive statesPlaceholder text
400
8CB9
#8CB9C0
Disabled statesSecondary iconsMuted text
500
6BA5
#6BA5AE
Primary brand colorCTAsActive elementsLinks
600
5088
#508891
Hover statesFocus ringsPrimary buttons hover
700
3F6C
#3F6C73
Active/pressed statesDark mode accentsSecondary text
800
2D4D
#2D4D52
Text on light backgroundsHeadingsStrong borders
900
1D31
#1D3135
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: #F5F9FA;
  --slate-gray-100: #E8F1F2;
  --slate-gray-200: #D4E5E7;
  --slate-gray-300: #B3D1D5;
  --slate-gray-400: #8CB9C0;
  --slate-gray-500: #6BA5AE;
  --slate-gray-600: #508891;
  --slate-gray-700: #3F6C73;
  --slate-gray-800: #2D4D52;
  --slate-gray-900: #1D3135;
  --slate-gray-950: #121F21;
}
Generate More ShadesCreate PaletteConvert Color