Slate Gray
#5D6683
BlueColor Codes
All color formats for development
HEX
#5D6683RGB
rgb(93, 102, 131)HSL
hsl(226, 17%, 44%)OKLCH
oklch(0.514 0.047 271.2)CMYK
cmyk(29%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#545C76
2#4B5269
3#41475C
4#383D4F
5#2F3342
6#252935
7#1C1F27
8#13141A
9#090A0D
Tints
Lighter variations
1#697394
2#7982A0
3#8A92AC
4#9BA2B8
5#ABB1C4
6#BCC1D0
7#CDD0DB
8#DEE0E7
9#EEEFF3
Tones
Muted variations
1#5F6781
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 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7982 #7982A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D66 #5D6683 | 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: #EAECF0;
--slate-gray-200: #D8DBE3;
--slate-gray-300: #BABFCE;
--slate-gray-400: #979EB5;
--slate-gray-500: #7982A0;
--slate-gray-600: #5D6683;
--slate-gray-700: #4A5168;
--slate-gray-800: #353A4B;
--slate-gray-900: #222530;
--slate-gray-950: #15171E;
}