Slate Gray
#5F8081
CyanColor Codes
All color formats for development
HEX
#5F8081RGB
rgb(95, 128, 129)HSL
hsl(182, 15%, 44%)OKLCH
oklch(0.575 0.037 198.5)CMYK
cmyk(26%, 1%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#567374
2#4C6667
3#435A5A
4#394D4D
5#304041
6#263334
7#1D2627
8#131A1A
9#0A0D0D
Tints
Lighter variations
1#6C9091
2#7C9D9E
3#8CA9AA
4#9CB5B6
5#ADC2C2
6#BDCECE
7#CEDADB
8#DEE6E7
9#EFF3F3
Tones
Muted variations
1#617E7F
2#637D7E
3#647B7C
4#667A7A
5#687879
6#697677
7#6B7575
8#6D7374
9#6F7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 98B2 #98B2B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9C #7B9C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F80 #5F8081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C66 #4C6667 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #364949 | 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: #EAF0F0;
--slate-gray-200: #D9E2E3;
--slate-gray-300: #BCCDCD;
--slate-gray-400: #98B2B3;
--slate-gray-500: #7B9C9D;
--slate-gray-600: #5F8081;
--slate-gray-700: #4C6667;
--slate-gray-800: #364949;
--slate-gray-900: #232F2F;
--slate-gray-950: #161D1D;
}