Slate Gray
#627C7F
CyanColor Codes
All color formats for development
HEX
#627C7FRGB
rgb(98, 124, 127)HSL
hsl(186, 13%, 44%)OKLCH
oklch(0.567 0.03 205)CMYK
cmyk(23%, 2%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586F72
2#4E6365
3#445759
4#3B4A4C
5#313E3F
6#273233
7#1D2526
8#141919
9#0A0C0D
Tints
Lighter variations
1#6E8C8F
2#7E999C
3#8EA5A8
4#9EB2B4
5#AEBFC1
6#BECCCD
7#CFD9DA
8#DFE5E6
9#EFF2F3
Tones
Muted variations
1#637B7D
2#657A7C
3#66787A
4#677779
5#697677
6#6A7576
7#6C7475
8#6D7373
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACC | BordersInactive statesPlaceholder text |
| 400 | 9AAF #9AAFB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D98 #7D989B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627C #627C7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E63 #4E6365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3746 #374648 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFEF;
--slate-gray-200: #DAE1E2;
--slate-gray-300: #BDCACC;
--slate-gray-400: #9AAFB1;
--slate-gray-500: #7D989B;
--slate-gray-600: #627C7F;
--slate-gray-700: #4E6365;
--slate-gray-800: #374648;
--slate-gray-900: #232D2E;
--slate-gray-950: #161C1D;
}