Slate Gray
#63637E
BlueColor Codes
All color formats for development
HEX
#63637ERGB
rgb(99, 99, 126)HSL
hsl(240, 12%, 44%)OKLCH
oklch(0.51 0.043 284.8)CMYK
cmyk(21%, 21%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#595971
2#4F4F65
3#454558
4#3B3B4B
5#31313F
6#272732
7#1E1E26
8#141419
9#0A0A0D
Tints
Lighter variations
1#6F6F8E
2#7F7F9A
3#8F8FA7
4#9F9FB4
5#AFAFC0
6#BFBFCD
7#CFCFD9
8#DFDFE6
9#EFEFF2
Tones
Muted variations
1#64647C
2#65657B
3#67677A
4#686878
5#696977
6#6B6B76
7#6C6C74
8#6E6E73
9#6F6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBD #BDBDCB | BordersInactive statesPlaceholder text |
| 400 | 9B9B #9B9BB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E7E #7E7E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6363 #63637E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3838 #383847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F8;
--slate-gray-100: #EBEBEF;
--slate-gray-200: #DADAE2;
--slate-gray-300: #BDBDCB;
--slate-gray-400: #9B9BB0;
--slate-gray-500: #7E7E9A;
--slate-gray-600: #63637E;
--slate-gray-700: #4F4F64;
--slate-gray-800: #383847;
--slate-gray-900: #24242E;
--slate-gray-950: #16161D;
}