Slate Gray
#65777B
CyanColor Codes
All color formats for development
HEX
#65777BRGB
rgb(101, 119, 123)HSL
hsl(191, 10%, 44%)OKLCH
oklch(0.556 0.022 212.6)CMYK
cmyk(18%, 3%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6B6F
2#515F63
3#475456
4#3D484A
5#323C3E
6#283031
7#1E2425
8#141819
9#0A0C0C
Tints
Lighter variations
1#72868B
2#819498
3#91A1A5
4#A1AFB2
5#B0BCBF
6#C0C9CC
7#D0D7D8
8#E0E4E5
9#EFF2F2
Tones
Muted variations
1#66777A
2#677679
3#687578
4#697477
5#6B7476
6#6C7375
7#6D7274
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 | BEC8 #BEC8CA | BordersInactive statesPlaceholder text |
| 400 | 9DAB #9DABAF | Disabled statesSecondary iconsMuted text |
| 500 | 8194 #819498 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6577 #65777B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505F #505F62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3944 #394446 | 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: #DBE0E1;
--slate-gray-300: #BEC8CA;
--slate-gray-400: #9DABAF;
--slate-gray-500: #819498;
--slate-gray-600: #65777B;
--slate-gray-700: #505F62;
--slate-gray-800: #394446;
--slate-gray-900: #252B2D;
--slate-gray-950: #171B1C;
}