Slate Gray
#7D909B
BlueColor Codes
All color formats for development
HEX
#7D909BRGB
rgb(125, 144, 155)HSL
hsl(202, 13%, 55%)OKLCH
oklch(0.642 0.027 233.2)CMYK
cmyk(19%, 7%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E838F
2#62747F
3#55666F
4#49575F
5#3D494F
6#313A3F
7#252C30
8#181D20
9#0C0F10
Tints
Lighter variations
1#8A9BA5
2#97A6AF
3#A4B1B9
4#B1BDC3
5#BEC8CD
6#CBD3D7
7#D8DEE1
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7F909A
2#808F98
3#828F97
4#838F95
5#858E94
6#868E92
7#888D91
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 | BDC6 #BDC6CC | BordersInactive statesPlaceholder text |
| 400 | 9AA9 #9AA9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D90 #7D909B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6274 #62747F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5C #4E5C65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374248 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | 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: #BDC6CC;
--slate-gray-400: #9AA9B1;
--slate-gray-500: #7D909B;
--slate-gray-600: #62747F;
--slate-gray-700: #4E5C65;
--slate-gray-800: #374248;
--slate-gray-900: #232A2E;
--slate-gray-950: #161A1D;
}