Slate Gray
#63737E
BlueColor Codes
All color formats for development
HEX
#63737ERGB
rgb(99, 115, 126)HSL
hsl(204, 12%, 44%)OKLCH
oklch(0.546 0.026 238)CMYK
cmyk(21%, 9%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596771
2#4F5C65
3#455058
4#3B454B
5#31393F
6#272E32
7#1E2226
8#141719
9#0A0B0D
Tints
Lighter variations
1#6F828E
2#7F909A
3#8F9DA7
4#9FABB4
5#AFB9C0
6#BFC7CD
7#CFD5D9
8#DFE3E6
9#EFF1F2
Tones
Muted variations
1#64737C
2#65727B
3#67727A
4#687278
5#697277
6#6B7176
7#6C7174
8#6E7173
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADF #DADFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC6 #BDC6CB | BordersInactive statesPlaceholder text |
| 400 | 9BA8 #9BA8B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8F #7E8F9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6373 #63737E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5B #4F5B64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3841 #384147 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242A #242A2E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DADFE2;
--slate-gray-300: #BDC6CB;
--slate-gray-400: #9BA8B0;
--slate-gray-500: #7E8F9A;
--slate-gray-600: #63737E;
--slate-gray-700: #4F5B64;
--slate-gray-800: #384147;
--slate-gray-900: #242A2E;
--slate-gray-950: #161A1D;
}