Slate Gray
#63767E
BlueColor Codes
All color formats for development
HEX
#63767ERGB
rgb(99, 118, 126)HSL
hsl(198, 12%, 44%)OKLCH
oklch(0.553 0.026 225.2)CMYK
cmyk(21%, 6%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596A71
2#4F5E65
3#455258
4#3B474B
5#313B3F
6#272F32
7#1E2326
8#141819
9#0A0C0D
Tints
Lighter variations
1#6F858E
2#7F929A
3#8FA0A7
4#9FADB4
5#AFBBC0
6#BFC9CD
7#CFD6D9
8#DFE4E6
9#EFF1F2
Tones
Muted variations
1#64757C
2#65757B
3#67747A
4#687378
5#697377
6#6B7276
7#6C7274
8#6E7173
9#6F7172
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 | BDC7 #BDC7CB | BordersInactive statesPlaceholder text |
| 400 | 9BAA #9BAAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E92 #7E929A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6376 #63767E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5E #4F5E64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3843 #384347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | 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: #BDC7CB;
--slate-gray-400: #9BAAB0;
--slate-gray-500: #7E929A;
--slate-gray-600: #63767E;
--slate-gray-700: #4F5E64;
--slate-gray-800: #384347;
--slate-gray-900: #242B2E;
--slate-gray-950: #161B1D;
}