Slate Gray
#636F7E
BlueColor Codes
All color formats for development
HEX
#636F7ERGB
rgb(99, 111, 126)HSL
hsl(213, 12%, 44%)OKLCH
oklch(0.537 0.028 254.1)CMYK
cmyk(21%, 12%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596471
2#4F5965
3#454E58
4#3B434B
5#31373F
6#272C32
7#1E2126
8#141619
9#0A0B0D
Tints
Lighter variations
1#6F7D8E
2#7F8B9A
3#8F9AA7
4#9FA8B4
5#AFB7C0
6#BFC5CD
7#CFD4D9
8#DFE2E6
9#EFF1F2
Tones
Muted variations
1#646F7C
2#656F7B
3#676F7A
4#686F78
5#697077
6#6B7076
7#6C7074
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 | BDC4 #BDC4CB | BordersInactive statesPlaceholder text |
| 400 | 9BA5 #9BA5B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8B #7E8B9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636F #636F7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F58 #4F5864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383F #383F47 | 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: #BDC4CB;
--slate-gray-400: #9BA5B0;
--slate-gray-500: #7E8B9A;
--slate-gray-600: #636F7E;
--slate-gray-700: #4F5864;
--slate-gray-800: #383F47;
--slate-gray-900: #24282E;
--slate-gray-950: #16191D;
}