Slate Gray
#6DA3AB
CyanColor Codes
All color formats for development
HEX
#6DA3ABRGB
rgb(109, 163, 171)HSL
hsl(188, 27%, 55%)OKLCH
oklch(0.681 0.058 207.6)CMYK
cmyk(36%, 5%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C97A0
2#52868E
3#48767D
4#3D656B
5#335459
6#294347
7#1F3235
8#142224
9#0A1112
Tints
Lighter variations
1#7CACB4
2#8AB5BC
3#99BFC4
4#A8C8CD
5#B6D1D5
6#C5DADD
7#D3E3E6
8#E2EDEE
9#F0F6F7
Tones
Muted variations
1#70A1A8
2#739EA5
3#779CA2
4#7A9A9F
5#7D989C
6#809599
7#839396
8#869192
9#898F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D0 #B5D0D4 | BordersInactive statesPlaceholder text |
| 400 | 8EB7 #8EB7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA3 #6DA3AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5286 #52868E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416B #416B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4C #2F4C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3134 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | 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: #D5E4E7;
--slate-gray-300: #B5D0D4;
--slate-gray-400: #8EB7BE;
--slate-gray-500: #6DA3AB;
--slate-gray-600: #52868E;
--slate-gray-700: #416B71;
--slate-gray-800: #2F4C51;
--slate-gray-900: #1E3134;
--slate-gray-950: #131F20;
}