Slate Gray
#5F6581
BlueColor Codes
All color formats for development
HEX
#5F6581RGB
rgb(95, 101, 129)HSL
hsl(229, 15%, 44%)OKLCH
oklch(0.512 0.045 275.3)CMYK
cmyk(26%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565B74
2#4C5167
3#43475A
4#393D4D
5#303341
6#262934
7#1D1E27
8#13141A
9#0A0A0D
Tints
Lighter variations
1#6C7291
2#7C829E
3#8C92AA
4#9CA1B6
5#ADB1C2
6#BDC0CE
7#CED0DB
8#DEE0E7
9#EFEFF3
Tones
Muted variations
1#61677F
2#63687E
3#64697C
4#666A7A
5#686B79
6#696C77
7#6B6D75
8#6D6E74
9#6F6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 989D #989DB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B81 #7B819D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F66 #5F6681 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C51 #4C5167 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D9DBE3;
--slate-gray-300: #BCBFCD;
--slate-gray-400: #989DB3;
--slate-gray-500: #7B819D;
--slate-gray-600: #5F6681;
--slate-gray-700: #4C5167;
--slate-gray-800: #363A49;
--slate-gray-900: #23252F;
--slate-gray-950: #16171D;
}