Slate Gray
#7D999B
CyanColor Codes
All color formats for development
HEX
#7D999BRGB
rgb(125, 153, 155)HSL
hsl(184, 13%, 55%)OKLCH
oklch(0.662 0.031 201.8)CMYK
cmyk(19%, 1%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E8C8F
2#627D7F
3#556D6F
4#495E5F
5#3D4E4F
6#313E3F
7#252F30
8#181F20
9#0C1010
Tints
Lighter variations
1#8AA3A5
2#97AEAF
3#A4B8B9
4#B1C2C3
5#BECCCD
6#CBD6D7
7#D8E0E1
8#E5EBEB
9#F2F5F5
Tones
Muted variations
1#7F989A
2#809798
3#829597
4#839495
5#859394
6#869192
7#889091
8#898F8F
9#8B8E8E
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 | BDCB #BDCBCC | BordersInactive statesPlaceholder text |
| 400 | 9AB0 #9AB0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D99 #7D999B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627D #627D7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E63 #4E6365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374748 | 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: #DAE2E2;
--slate-gray-300: #BDCBCC;
--slate-gray-400: #9AB0B1;
--slate-gray-500: #7D999B;
--slate-gray-600: #627D7F;
--slate-gray-700: #4E6365;
--slate-gray-800: #374748;
--slate-gray-900: #232D2E;
--slate-gray-950: #161C1D;
}