Slate Gray
#5F8181
CyanColor Codes
All color formats for development
HEX
#5F8181RGB
rgb(95, 129, 129)HSL
hsl(180, 15%, 44%)OKLCH
oklch(0.578 0.038 196.1)CMYK
cmyk(26%, 0%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#567474
2#4C6767
3#435A5A
4#394D4D
5#304141
6#263434
7#1D2727
8#131A1A
9#0A0D0D
Tints
Lighter variations
1#6C9191
2#7C9E9E
3#8CAAAA
4#9CB6B6
5#ADC2C2
6#BDCECE
7#CEDBDB
8#DEE7E7
9#EFF3F3
Tones
Muted variations
1#617F7F
2#637E7E
3#647C7C
4#667A7A
5#687979
6#697777
7#6B7575
8#6D7474
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 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 98B3 #98B3B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9D #7B9D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F81 #5F8181 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C67 #4C6767 | 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: #D9E3E3;
--slate-gray-300: #BCCDCD;
--slate-gray-400: #98B3B3;
--slate-gray-500: #7B9D9D;
--slate-gray-600: #5F8181;
--slate-gray-700: #4C6767;
--slate-gray-800: #364949;
--slate-gray-900: #232F2F;
--slate-gray-950: #161D1D;
}