Slate Gray
#65767B
CyanColor Codes
All color formats for development
HEX
#65767BRGB
rgb(101, 118, 123)HSL
hsl(194, 10%, 44%)OKLCH
oklch(0.554 0.022 217.4)CMYK
cmyk(18%, 4%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6A6F
2#515F63
3#475356
4#3D474A
5#323B3E
6#282F31
7#1E2325
8#141819
9#0A0C0C
Tints
Lighter variations
1#72858B
2#819398
3#91A0A5
4#A1AEB2
5#B0BBBF
6#C0C9CC
7#D0D6D8
8#E0E4E5
9#EFF1F2
Tones
Muted variations
1#66767A
2#677579
3#687478
4#697477
5#6B7376
6#6C7375
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 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC7 #BEC7CA | BordersInactive statesPlaceholder text |
| 400 | 9DAB #9DABAF | Disabled statesSecondary iconsMuted text |
| 500 | 8192 #819298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6576 #65767B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505E #505E62 | 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: #DBE0E1;
--slate-gray-300: #BEC7CA;
--slate-gray-400: #9DABAF;
--slate-gray-500: #819298;
--slate-gray-600: #65767B;
--slate-gray-700: #505E62;
--slate-gray-800: #394346;
--slate-gray-900: #252B2D;
--slate-gray-950: #171B1C;
}