Slate Gray
#6CA2AC
CyanColor Codes
All color formats for development
HEX
#6CA2ACRGB
rgb(108, 162, 172)HSL
hsl(189, 28%, 55%)OKLCH
oklch(0.678 0.059 210.4)CMYK
cmyk(37%, 6%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B97A2
2#518690
3#47757E
4#3D656C
5#32545A
6#284348
7#1E3236
8#142224
9#0A1112
Tints
Lighter variations
1#7BACB5
2#89B5BD
3#98BEC5
4#A7C8CD
5#B6D1D6
6#C4DADE
7#D3E3E6
8#E2EDEE
9#F0F6F7
Tones
Muted variations
1#6FA0A9
2#739EA6
3#769CA3
4#799AA0
5#7C979C
6#7F9599
7#839396
8#869193
9#898E8F
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 | B4D0 #B4D0D5 | BordersInactive statesPlaceholder text |
| 400 | 8DB7 #8DB7BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA3 #6CA3AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5186 #518690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406B #406B72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4C #2E4C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3134 | 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: #E8F1F2;
--slate-gray-200: #D5E4E7;
--slate-gray-300: #B4D0D5;
--slate-gray-400: #8DB7BF;
--slate-gray-500: #6CA3AC;
--slate-gray-600: #518690;
--slate-gray-700: #406B72;
--slate-gray-800: #2E4C52;
--slate-gray-900: #1D3134;
--slate-gray-950: #121E21;
}