Slate Gray
#5D7583
BlueColor Codes
All color formats for development
HEX
#5D7583RGB
rgb(93, 117, 131)HSL
hsl(202, 17%, 44%)OKLCH
oklch(0.548 0.036 233.9)CMYK
cmyk(29%, 11%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#546A76
2#4B5E69
3#41525C
4#38464F
5#2F3B42
6#252F35
7#1C2327
8#13171A
9#090C0D
Tints
Lighter variations
1#698494
2#7992A0
3#8AA0AC
4#9BADB8
5#ABBBC4
6#BCC8D0
7#CDD6DB
8#DEE4E7
9#EEF1F3
Tones
Muted variations
1#5F7581
2#61747F
3#63747E
4#65737C
5#67737A
6#697278
7#6A7276
8#6C7174
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC7 #BAC7CE | BordersInactive statesPlaceholder text |
| 400 | 97AA #97AAB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7991 #7991A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D75 #5D7583 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5D #4A5D68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3543 #35434B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D8DFE3;
--slate-gray-300: #BAC7CE;
--slate-gray-400: #97AAB5;
--slate-gray-500: #7991A0;
--slate-gray-600: #5D7583;
--slate-gray-700: #4A5D68;
--slate-gray-800: #35434B;
--slate-gray-900: #222B30;
--slate-gray-950: #151B1E;
}