Slate Gray
#62727F
BlueColor Codes
All color formats for development
HEX
#62727FRGB
rgb(98, 114, 127)HSL
hsl(207, 13%, 44%)OKLCH
oklch(0.544 0.028 242.7)CMYK
cmyk(23%, 10%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586672
2#4E5B65
3#445059
4#3B444C
5#31393F
6#272D33
7#1D2226
8#141719
9#0A0B0D
Tints
Lighter variations
1#6E808F
2#7E8E9C
3#8E9CA8
4#9EAAB4
5#AEB9C1
6#BEC7CD
7#CFD5DA
8#DFE3E6
9#EFF1F3
Tones
Muted variations
1#63727D
2#65717C
3#66717A
4#677179
5#697177
6#6A7176
7#6C7175
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 | BDC5 #BDC5CC | BordersInactive statesPlaceholder text |
| 400 | 9AA7 #9AA7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8E #7D8E9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6272 #62727F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5A #4E5A65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | 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: #BDC5CC;
--slate-gray-400: #9AA7B1;
--slate-gray-500: #7D8E9B;
--slate-gray-600: #62727F;
--slate-gray-700: #4E5A65;
--slate-gray-800: #374148;
--slate-gray-900: #23292E;
--slate-gray-950: #161A1D;
}