Slate Gray
#5D5D83
BlueColor Codes
All color formats for development
HEX
#5D5D83RGB
rgb(93, 93, 131)HSL
hsl(240, 17%, 44%)OKLCH
oklch(0.494 0.06 284)CMYK
cmyk(29%, 29%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#545476
2#4B4B69
3#41415C
4#38384F
5#2F2F42
6#252535
7#1C1C27
8#13131A
9#09090D
Tints
Lighter variations
1#696994
2#7979A0
3#8A8AAC
4#9B9BB8
5#ABABC4
6#BCBCD0
7#CDCDDB
8#DEDEE7
9#EEEEF3
Tones
Muted variations
1#5F5F81
2#61617F
3#63637E
4#65657C
5#67677A
6#696978
7#6A6A76
8#6C6C74
9#6E6E72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7979 #7979A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D5D #5D5D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4A #4A4A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3535 #35354B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #222230 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF0;
--slate-gray-200: #D8D8E3;
--slate-gray-300: #BABACE;
--slate-gray-400: #9797B5;
--slate-gray-500: #7979A0;
--slate-gray-600: #5D5D83;
--slate-gray-700: #4A4A68;
--slate-gray-800: #35354B;
--slate-gray-900: #222230;
--slate-gray-950: #15151E;
}