Slate Gray
#6CA6AC
CyanColor Codes
All color formats for development
HEX
#6CA6ACRGB
rgb(108, 166, 172)HSL
hsl(186, 28%, 55%)OKLCH
oklch(0.687 0.061 204.1)CMYK
cmyk(37%, 3%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B9AA2
2#518990
3#47787E
4#3D676C
5#32565A
6#284548
7#1E3336
8#142224
9#0A1112
Tints
Lighter variations
1#7BAFB5
2#89B8BD
3#98C1C5
4#A7CACD
5#B6D2D6
6#C4DBDE
7#D3E4E6
8#E2EDEE
9#F0F6F7
Tones
Muted variations
1#6FA3A9
2#73A1A6
3#769EA3
4#799CA0
5#7C999C
6#7F9799
7#839496
8#869193
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 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D1 #B4D1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBA #8DBABF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA6 #6CA6AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5189 #518990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406D #406D72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4E #2E4E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3234 | 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: #F5F9F9;
--slate-gray-100: #E8F1F2;
--slate-gray-200: #D5E5E7;
--slate-gray-300: #B4D1D5;
--slate-gray-400: #8DBABF;
--slate-gray-500: #6CA6AC;
--slate-gray-600: #518990;
--slate-gray-700: #406D72;
--slate-gray-800: #2E4E52;
--slate-gray-900: #1D3234;
--slate-gray-950: #121F21;
}