Slate Gray
#608080
CyanColor Codes
All color formats for development
HEX
#608080RGB
rgb(96, 128, 128)HSL
hsl(180, 14%, 44%)OKLCH
oklch(0.575 0.036 196.2)CMYK
cmyk(25%, 0%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#577373
2#4D6666
3#445A5A
4#3A4D4D
5#304040
6#273333
7#1D2626
8#131A1A
9#0A0D0D
Tints
Lighter variations
1#6D9090
2#7D9D9D
3#8DA9A9
4#9DB5B5
5#AEC2C2
6#BECECE
7#CEDADA
8#DEE6E6
9#EFF3F3
Tones
Muted variations
1#627E7E
2#647D7D
3#657B7B
4#677A7A
5#687878
6#6A7676
7#6B7575
8#6D7373
9#6F7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBF0 #EBF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 99B2 #99B2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9C #7C9C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6080 #608080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D66 #4D6666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3749 #374949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBF0F0;
--slate-gray-200: #D9E2E2;
--slate-gray-300: #BCCDCD;
--slate-gray-400: #99B2B2;
--slate-gray-500: #7C9C9C;
--slate-gray-600: #608080;
--slate-gray-700: #4D6666;
--slate-gray-800: #374949;
--slate-gray-900: #232F2F;
--slate-gray-950: #161D1D;
}