Slate Gray
#7D919B
BlueColor Codes
All color formats for development
HEX
#7D919BRGB
rgb(125, 145, 155)HSL
hsl(200, 13%, 55%)OKLCH
oklch(0.644 0.027 229.4)CMYK
cmyk(19%, 6%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E848F
2#62757F
3#55666F
4#49585F
5#3D494F
6#313B3F
7#252C30
8#181D20
9#0C0F10
Tints
Lighter variations
1#8A9CA5
2#97A7AF
3#A4B2B9
4#B1BDC3
5#BEC8CD
6#CBD3D7
7#D8DEE1
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7F919A
2#809098
3#829097
4#838F95
5#858F94
6#868E92
7#888E91
8#898D8F
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADF #DADFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC7 #BDC7CC | BordersInactive statesPlaceholder text |
| 400 | 9AAA #9AAAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D91 #7D919B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6275 #62757F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5D #4E5D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3743 #374348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DADFE2;
--slate-gray-300: #BDC7CC;
--slate-gray-400: #9AAAB1;
--slate-gray-500: #7D919B;
--slate-gray-600: #62757F;
--slate-gray-700: #4E5D65;
--slate-gray-800: #374348;
--slate-gray-900: #232B2E;
--slate-gray-950: #161B1D;
}