Slate Gray
#65757B
BlueColor Codes
All color formats for development
HEX
#65757BRGB
rgb(101, 117, 123)HSL
hsl(196, 10%, 44%)OKLCH
oklch(0.551 0.021 222.4)CMYK
cmyk(18%, 5%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6A6F
2#515E63
3#475256
4#3D464A
5#323B3E
6#282F31
7#1E2325
8#141719
9#0A0C0C
Tints
Lighter variations
1#72848B
2#819298
3#91A0A5
4#A1ADB2
5#B0BBBF
6#C0C9CC
7#D0D6D8
8#E0E4E5
9#EFF1F2
Tones
Muted variations
1#66757A
2#677479
3#687478
4#697377
5#6B7376
6#6C7275
7#6D7274
8#6E7172
9#6F7171
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC7 #BEC7CA | BordersInactive statesPlaceholder text |
| 400 | 9DAA #9DAAAF | Disabled statesSecondary iconsMuted text |
| 500 | 8192 #819298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6575 #65757B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505D #505D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DBDFE1;
--slate-gray-300: #BEC7CA;
--slate-gray-400: #9DAAAF;
--slate-gray-500: #819298;
--slate-gray-600: #65757B;
--slate-gray-700: #505D62;
--slate-gray-800: #394346;
--slate-gray-900: #252B2D;
--slate-gray-950: #171B1C;
}