Slate Gray
#65787B
CyanColor Codes
All color formats for development
HEX
#65787BRGB
rgb(101, 120, 123)HSL
hsl(188, 10%, 44%)OKLCH
oklch(0.558 0.023 208.1)CMYK
cmyk(18%, 2%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6C6F
2#516063
3#475456
4#3D484A
5#323C3E
6#283031
7#1E2425
8#141819
9#0A0C0C
Tints
Lighter variations
1#72888B
2#819598
3#91A2A5
4#A1B0B2
5#B0BDBF
6#C0CACC
7#D0D7D8
8#E0E5E5
9#EFF2F2
Tones
Muted variations
1#66787A
2#677779
3#687678
4#697577
5#6B7476
6#6C7375
7#6D7374
8#6E7272
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 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC9 #BEC9CA | BordersInactive statesPlaceholder text |
| 400 | 9DAC #9DACAF | Disabled statesSecondary iconsMuted text |
| 500 | 8195 #819598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6578 #65787B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5060 #506062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3944 #394446 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | 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: #DBE0E1;
--slate-gray-300: #BEC9CA;
--slate-gray-400: #9DACAF;
--slate-gray-500: #819598;
--slate-gray-600: #65787B;
--slate-gray-700: #506062;
--slate-gray-800: #394446;
--slate-gray-900: #252C2D;
--slate-gray-950: #171B1C;
}