Slate Gray
#5D6783
BlueColor Codes
All color formats for development
HEX
#5D6783RGB
rgb(93, 103, 131)HSL
hsl(224, 17%, 44%)OKLCH
oklch(0.516 0.046 269.4)CMYK
cmyk(29%, 21%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#545D76
2#4B5369
3#41485C
4#383E4F
5#2F3442
6#252935
7#1C1F27
8#13151A
9#090A0D
Tints
Lighter variations
1#697494
2#7984A0
3#8A93AC
4#9BA3B8
5#ABB2C4
6#BCC1D0
7#CDD1DB
8#DEE0E7
9#EEF0F3
Tones
Muted variations
1#5F6881
2#61697F
3#636A7E
4#656B7C
5#676C7A
6#696D78
7#6A6E76
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 | BAC0 #BAC0CE | BordersInactive statesPlaceholder text |
| 400 | 979F #979FB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7983 #7983A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D67 #5D6783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A52 #4A5268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353B #353B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #222630 | 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: #BAC0CE;
--slate-gray-400: #979FB5;
--slate-gray-500: #7983A0;
--slate-gray-600: #5D6783;
--slate-gray-700: #4A5268;
--slate-gray-800: #353B4B;
--slate-gray-900: #222630;
--slate-gray-950: #15171E;
}