Slate Gray
#5F7981
CyanColor Codes
All color formats for development
HEX
#5F7981RGB
rgb(95, 121, 129)HSL
hsl(194, 15%, 44%)OKLCH
oklch(0.559 0.033 218.5)CMYK
cmyk(26%, 6%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566D74
2#4C6167
3#43555A
4#39494D
5#303D41
6#263034
7#1D2427
8#13181A
9#0A0C0D
Tints
Lighter variations
1#6C8991
2#7C969E
3#8CA3AA
4#9CB0B6
5#ADBDC2
6#BDCACE
7#CED8DB
8#DEE5E7
9#EFF2F3
Tones
Muted variations
1#61787F
2#63777E
3#64767C
4#66767A
5#687579
6#697477
7#6B7375
8#6D7274
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 98AD #98ADB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B95 #7B959D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F79 #5F7981 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C60 #4C6067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #364549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D9E1E3;
--slate-gray-300: #BCC9CD;
--slate-gray-400: #98ADB3;
--slate-gray-500: #7B959D;
--slate-gray-600: #5F7981;
--slate-gray-700: #4C6067;
--slate-gray-800: #364549;
--slate-gray-900: #232C2F;
--slate-gray-950: #161C1D;
}