Slate Gray
#636E7E
BlueColor Codes
All color formats for development
HEX
#636E7ERGB
rgb(99, 110, 126)HSL
hsl(216, 12%, 44%)OKLCH
oklch(0.535 0.028 257.7)CMYK
cmyk(21%, 13%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596371
2#4F5865
3#454D58
4#3B424B
5#31373F
6#272C32
7#1E2126
8#141619
9#0A0B0D
Tints
Lighter variations
1#6F7B8E
2#7F8A9A
3#8F99A7
4#9FA7B4
5#AFB6C0
6#BFC5CD
7#CFD3D9
8#DFE2E6
9#EFF0F2
Tones
Muted variations
1#646E7C
2#656E7B
3#676E7A
4#686F78
5#696F77
6#6B6F76
7#6C6F74
8#6E7073
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC3 #BDC3CB | BordersInactive statesPlaceholder text |
| 400 | 9BA4 #9BA4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E89 #7E899A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636E #636E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F57 #4F5764 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383E #383E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBEDEF;
--slate-gray-200: #DADDE2;
--slate-gray-300: #BDC3CB;
--slate-gray-400: #9BA4B0;
--slate-gray-500: #7E899A;
--slate-gray-600: #636E7E;
--slate-gray-700: #4F5764;
--slate-gray-800: #383E47;
--slate-gray-900: #24282E;
--slate-gray-950: #16191D;
}