Slate Gray
#6CA9AC
CyanColor Codes
All color formats for development
HEX
#6CA9ACRGB
rgb(108, 169, 172)HSL
hsl(183, 28%, 55%)OKLCH
oklch(0.694 0.063 199.8)CMYK
cmyk(37%, 2%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B9EA2
2#518C90
3#477B7E
4#3D696C
5#32585A
6#284648
7#1E3536
8#142324
9#0A1212
Tints
Lighter variations
1#7BB2B5
2#89BABD
3#98C3C5
4#A7CCCD
5#B6D4D6
6#C4DDDE
7#D3E5E6
8#E2EEEE
9#F0F6F7
Tones
Muted variations
1#6FA6A9
2#73A3A6
3#76A0A3
4#799EA0
5#7C9B9C
6#7F9899
7#839596
8#869293
9#898F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D3 #B4D3D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBC #8DBCBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA9 #6CA9AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518C #518C90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4070 #407072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E50 #2E5052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3334 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E8F2F2;
--slate-gray-200: #D5E6E7;
--slate-gray-300: #B4D3D5;
--slate-gray-400: #8DBCBF;
--slate-gray-500: #6CA9AC;
--slate-gray-600: #518C90;
--slate-gray-700: #407072;
--slate-gray-800: #2E5052;
--slate-gray-900: #1D3334;
--slate-gray-950: #122021;
}