Slate Gray
#65657B
BlueColor Codes
All color formats for development
HEX
#65657BRGB
rgb(101, 101, 123)HSL
hsl(240, 10%, 44%)OKLCH
oklch(0.515 0.035 285.1)CMYK
cmyk(18%, 18%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B5B6F
2#515163
3#474756
4#3D3D4A
5#32323E
6#282831
7#1E1E25
8#141419
9#0A0A0C
Tints
Lighter variations
1#72728B
2#818198
3#9191A5
4#A1A1B2
5#B0B0BF
6#C0C0CC
7#D0D0D8
8#E0E0E5
9#EFEFF2
Tones
Muted variations
1#66667A
2#676779
3#686878
4#696977
5#6B6B76
6#6C6C75
7#6D6D74
8#6E6E72
9#6F6F71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECA | BordersInactive statesPlaceholder text |
| 400 | 9D9D #9D9DAF | Disabled statesSecondary iconsMuted text |
| 500 | 8181 #818198 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6565 #65657B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5050 #505062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393946 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEBEF;
--slate-gray-200: #DBDBE1;
--slate-gray-300: #BEBECA;
--slate-gray-400: #9D9DAF;
--slate-gray-500: #818198;
--slate-gray-600: #65657B;
--slate-gray-700: #505062;
--slate-gray-800: #393946;
--slate-gray-900: #25252D;
--slate-gray-950: #17171C;
}