Slate Gray
#627F7F
CyanColor Codes
All color formats for development
HEX
#627F7FRGB
rgb(98, 127, 127)HSL
hsl(180, 13%, 44%)OKLCH
oklch(0.574 0.033 196.3)CMYK
cmyk(23%, 0%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#587272
2#4E6565
3#445959
4#3B4C4C
5#313F3F
6#273333
7#1D2626
8#141919
9#0A0D0D
Tints
Lighter variations
1#6E8F8F
2#7E9C9C
3#8EA8A8
4#9EB4B4
5#AEC1C1
6#BECDCD
7#CFDADA
8#DFE6E6
9#EFF3F3
Tones
Muted variations
1#637D7D
2#657C7C
3#667A7A
4#677979
5#697777
6#6A7676
7#6C7575
8#6D7373
9#6F7272
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 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCC #BDCCCC | BordersInactive statesPlaceholder text |
| 400 | 9AB1 #9AB1B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D9B #7D9B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627F #627F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E65 #4E6565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | 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: #DAE2E2;
--slate-gray-300: #BDCCCC;
--slate-gray-400: #9AB1B1;
--slate-gray-500: #7D9B9B;
--slate-gray-600: #627F7F;
--slate-gray-700: #4E6565;
--slate-gray-800: #374848;
--slate-gray-900: #232E2E;
--slate-gray-950: #161D1D;
}