Slate Gray
#7B929D
BlueColor Codes
All color formats for development
HEX
#7B929DRGB
rgb(123, 146, 157)HSL
hsl(199, 15%, 55%)OKLCH
oklch(0.646 0.031 228.4)CMYK
cmyk(22%, 7%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8591
2#5F7681
3#536871
4#485961
5#3C4A51
6#303B41
7#242C30
8#181E20
9#0C0F10
Tints
Lighter variations
1#889DA7
2#95A8B1
3#A3B3BB
4#B0BEC4
5#BDC9CE
6#CAD4D8
7#D7DEE2
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7D929C
2#7E919A
3#809198
4#829097
5#848F95
6#858F93
7#878E91
8#898E90
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC8 #BCC8CD | BordersInactive statesPlaceholder text |
| 400 | 98AB #98ABB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B93 #7B939D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F76 #5F7681 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5E #4C5E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3643 #364349 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2F | 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: #EAEEF0;
--slate-gray-200: #D9E0E3;
--slate-gray-300: #BCC8CD;
--slate-gray-400: #98ABB3;
--slate-gray-500: #7B939D;
--slate-gray-600: #5F7681;
--slate-gray-700: #4C5E67;
--slate-gray-800: #364349;
--slate-gray-900: #232B2F;
--slate-gray-950: #161B1D;
}