Slate Gray
#5D6283
BlueColor Codes
All color formats for development
HEX
#5D6283RGB
rgb(93, 98, 131)HSL
hsl(232, 17%, 44%)OKLCH
oklch(0.505 0.053 277.6)CMYK
cmyk(29%, 25%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#545876
2#4B4F69
3#41455C
4#383B4F
5#2F3142
6#252735
7#1C1D27
8#13141A
9#090A0D
Tints
Lighter variations
1#696F94
2#797FA0
3#8A8FAC
4#9B9FB8
5#ABAFC4
6#BCBFD0
7#CDCFDB
8#DEDFE7
9#EEEFF3
Tones
Muted variations
1#5F6481
2#61657F
3#63667E
4#65687C
5#67697A
6#696B78
7#6A6C76
8#6C6D74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCE | BordersInactive statesPlaceholder text |
| 400 | 979B #979BB5 | Disabled statesSecondary iconsMuted text |
| 500 | 797E #797EA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D62 #5D6283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4E #4A4E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3538 #35384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #222430 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D8DAE3;
--slate-gray-300: #BABDCE;
--slate-gray-400: #979BB5;
--slate-gray-500: #797EA0;
--slate-gray-600: #5D6283;
--slate-gray-700: #4A4E68;
--slate-gray-800: #35384B;
--slate-gray-900: #222430;
--slate-gray-950: #15161E;
}