Slate Gray
#5D6483
BlueColor Codes
All color formats for development
HEX
#5D6483RGB
rgb(93, 100, 131)HSL
hsl(229, 17%, 44%)OKLCH
oklch(0.509 0.05 274.6)CMYK
cmyk(29%, 24%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#545A76
2#4B5069
3#41465C
4#383C4F
5#2F3242
6#252835
7#1C1E27
8#13141A
9#090A0D
Tints
Lighter variations
1#697194
2#7980A0
3#8A90AC
4#9BA0B8
5#ABB0C4
6#BCC0D0
7#CDD0DB
8#DEDFE7
9#EEEFF3
Tones
Muted variations
1#5F6581
2#61677F
3#63687E
4#65697C
5#676A7A
6#696B78
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 | D8DA #D8DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECE | BordersInactive statesPlaceholder text |
| 400 | 979C #979CB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7980 #7980A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D64 #5D6483 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A50 #4A5068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3539 #35394B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #222430 | 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: #D8DAE3;
--slate-gray-300: #BABECE;
--slate-gray-400: #979CB5;
--slate-gray-500: #7980A0;
--slate-gray-600: #5D6483;
--slate-gray-700: #4A5068;
--slate-gray-800: #35394B;
--slate-gray-900: #222430;
--slate-gray-950: #15171E;
}