Slate Gray
#5D6583
BlueColor Codes
All color formats for development
HEX
#5D6583RGB
rgb(93, 101, 131)HSL
hsl(227, 17%, 44%)OKLCH
oklch(0.512 0.049 273)CMYK
cmyk(29%, 23%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#545B76
2#4B5169
3#41475C
4#383D4F
5#2F3342
6#252935
7#1C1E27
8#13141A
9#090A0D
Tints
Lighter variations
1#697294
2#7982A0
3#8A91AC
4#9BA1B8
5#ABB1C4
6#BCC0D0
7#CDD0DB
8#DEE0E7
9#EEEFF3
Tones
Muted variations
1#5F6681
2#61687F
3#63697E
4#656A7C
5#676B7A
6#696C78
7#6A6D76
8#6C6E74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCE | BordersInactive statesPlaceholder text |
| 400 | 979D #979DB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7981 #7981A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D65 #5D6583 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A51 #4A5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353A #353A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #222530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D8DBE3;
--slate-gray-300: #BABFCE;
--slate-gray-400: #979DB5;
--slate-gray-500: #7981A0;
--slate-gray-600: #5D6583;
--slate-gray-700: #4A5168;
--slate-gray-800: #353A4B;
--slate-gray-900: #222530;
--slate-gray-950: #15171E;
}