Slate Gray
#6CA0AC
CyanColor Codes
All color formats for development
HEX
#6CA0ACRGB
rgb(108, 160, 172)HSL
hsl(191, 28%, 55%)OKLCH
oklch(0.674 0.058 213.7)CMYK
cmyk(37%, 7%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B95A2
2#518490
3#47747E
4#3D636C
5#32535A
6#284248
7#1E3236
8#142124
9#0A1112
Tints
Lighter variations
1#7BAAB5
2#89B3BD
3#98BDC5
4#A7C6CD
5#B6D0D6
6#C4D9DE
7#D3E3E6
8#E2ECEE
9#F0F6F7
Tones
Muted variations
1#6F9FA9
2#739DA6
3#769AA3
4#7998A0
5#7C969C
6#7F9499
7#839296
8#869093
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical 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 | 6CA1 #6CA1AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5184 #518490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4069 #406972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4B #2E4B52 | 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: #6CA1AC;
--slate-gray-600: #518490;
--slate-gray-700: #406972;
--slate-gray-800: #2E4B52;
--slate-gray-900: #1D3034;
--slate-gray-950: #121E21;
}