Slate Gray
#62707F
BlueColor Codes
All color formats for development
HEX
#62707FRGB
rgb(98, 112, 127)HSL
hsl(211, 13%, 44%)OKLCH
oklch(0.539 0.029 250.2)CMYK
cmyk(23%, 12%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586572
2#4E5965
3#444E59
4#3B434C
5#31383F
6#272D33
7#1D2226
8#141619
9#0A0B0D
Tints
Lighter variations
1#6E7E8F
2#7E8C9C
3#8E9BA8
4#9EA9B4
5#AEB7C1
6#BEC6CD
7#CFD4DA
8#DFE2E6
9#EFF1F3
Tones
Muted variations
1#63707D
2#65707C
3#66707A
4#677079
5#697077
6#6A7076
7#6C7075
8#6D7073
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 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC4 #BDC4CC | BordersInactive statesPlaceholder text |
| 400 | 9AA5 #9AA5B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8C #7D8C9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6270 #62707F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E59 #4E5965 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292E | 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: #DADEE2;
--slate-gray-300: #BDC4CC;
--slate-gray-400: #9AA5B1;
--slate-gray-500: #7D8C9B;
--slate-gray-600: #62707F;
--slate-gray-700: #4E5965;
--slate-gray-800: #373F48;
--slate-gray-900: #23292E;
--slate-gray-950: #16191D;
}