Slate Gray
#65737B
BlueColor Codes
All color formats for development
HEX
#65737BRGB
rgb(101, 115, 123)HSL
hsl(202, 10%, 44%)OKLCH
oklch(0.547 0.021 232.8)CMYK
cmyk(18%, 7%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B686F
2#515C63
3#475156
4#3D454A
5#323A3E
6#282E31
7#1E2325
8#141719
9#0A0C0C
Tints
Lighter variations
1#72828B
2#819098
3#919EA5
4#A1ACB2
5#B0BABF
6#C0C7CC
7#D0D5D8
8#E0E3E5
9#EFF1F2
Tones
Muted variations
1#66737A
2#677379
3#687278
4#697277
5#6B7276
6#6C7175
7#6D7174
8#6E7172
9#6F7071
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 | BEC6 #BEC6CA | BordersInactive statesPlaceholder text |
| 400 | 9DA8 #9DA8AF | Disabled statesSecondary iconsMuted text |
| 500 | 818F #818F98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6573 #65737B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505C #505C62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | 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: #BEC6CA;
--slate-gray-400: #9DA8AF;
--slate-gray-500: #818F98;
--slate-gray-600: #65737B;
--slate-gray-700: #505C62;
--slate-gray-800: #394146;
--slate-gray-900: #252A2D;
--slate-gray-950: #171A1C;
}