Slate Gray
#7D899B
BlueColor Codes
All color formats for development
HEX
#7D899BRGB
rgb(125, 137, 155)HSL
hsl(216, 13%, 55%)OKLCH
oklch(0.627 0.031 258.4)CMYK
cmyk(19%, 12%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E7B8F
2#626D7F
3#55606F
4#49525F
5#3D444F
6#31373F
7#252930
8#181B20
9#0C0E10
Tints
Lighter variations
1#8A95A5
2#97A1AF
3#A4ADB9
4#B1B8C3
5#BEC4CD
6#CBD0D7
7#D8DCE1
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#7F8A9A
2#808A98
3#828A97
4#838A95
5#858B94
6#868B92
7#888B91
8#898C8F
9#8B8C8E
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 | BDC3 #BDC3CC | BordersInactive statesPlaceholder text |
| 400 | 9AA3 #9AA3B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D89 #7D899B | Primary brand colorCTAsActive elementsLinks |
| 600 | 626D #626D7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E57 #4E5765 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373E #373E48 | 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: #BDC3CC;
--slate-gray-400: #9AA3B1;
--slate-gray-500: #7D899B;
--slate-gray-600: #626D7F;
--slate-gray-700: #4E5765;
--slate-gray-800: #373E48;
--slate-gray-900: #23282E;
--slate-gray-950: #16191D;
}