Slate Gray
#636C7E
BlueColor Codes
All color formats for development
HEX
#636C7ERGB
rgb(99, 108, 126)HSL
hsl(220, 12%, 44%)OKLCH
oklch(0.53 0.03 264.3)CMYK
cmyk(21%, 14%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596171
2#4F5665
3#454B58
4#3B414B
5#31363F
6#272B32
7#1E2026
8#141619
9#0A0B0D
Tints
Lighter variations
1#6F798E
2#7F889A
3#8F97A7
4#9FA6B4
5#AFB5C0
6#BFC4CD
7#CFD2D9
8#DFE1E6
9#EFF0F2
Tones
Muted variations
1#646C7C
2#656D7B
3#676D7A
4#686E78
5#696E77
6#6B6E76
7#6C6F74
8#6E6F73
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC2 #BDC2CB | BordersInactive statesPlaceholder text |
| 400 | 9BA2 #9BA2B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E88 #7E889A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636C #636C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F56 #4F5664 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383D #383D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DADDE2;
--slate-gray-300: #BDC2CB;
--slate-gray-400: #9BA2B0;
--slate-gray-500: #7E889A;
--slate-gray-600: #636C7E;
--slate-gray-700: #4F5664;
--slate-gray-800: #383D47;
--slate-gray-900: #24272E;
--slate-gray-950: #16181D;
}