Slate Gray
#626F7F
BlueColor Codes
All color formats for development
HEX
#626F7FRGB
rgb(98, 111, 127)HSL
hsl(213, 13%, 44%)OKLCH
oklch(0.537 0.03 253.7)CMYK
cmyk(23%, 13%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586472
2#4E5965
3#444E59
4#3B424C
5#31373F
6#272C33
7#1D2126
8#141619
9#0A0B0D
Tints
Lighter variations
1#6E7D8F
2#7E8B9C
3#8E9AA8
4#9EA8B4
5#AEB7C1
6#BEC5CD
7#CFD4DA
8#DFE2E6
9#EFF1F3
Tones
Muted variations
1#636F7D
2#656F7C
3#666F7A
4#676F79
5#696F77
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 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC4 #BDC4CC | BordersInactive statesPlaceholder text |
| 400 | 9AA5 #9AA5B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8B #7D8B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 626F #626F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E58 #4E5865 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282E | 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: #BDC4CC;
--slate-gray-400: #9AA5B1;
--slate-gray-500: #7D8B9B;
--slate-gray-600: #626F7F;
--slate-gray-700: #4E5865;
--slate-gray-800: #373F48;
--slate-gray-900: #23282E;
--slate-gray-950: #16191D;
}