Slate Gray
#7A929F
BlueColor Codes
All color formats for development
HEX
#7A929FRGB
rgb(122, 146, 159)HSL
hsl(201, 16%, 55%)OKLCH
oklch(0.646 0.034 231.6)CMYK
cmyk(23%, 8%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8492
2#5E7682
3#526772
4#475862
5#3B4951
6#2F3B41
7#232C31
8#181D21
9#0C0F10
Tints
Lighter variations
1#879DA8
2#95A8B2
3#A2B3BC
4#AFBDC5
5#BCC8CF
6#CAD3D8
7#D7DEE2
8#E4E9EC
9#F2F4F5
Tones
Muted variations
1#7C919D
2#7E919B
3#7F9099
4#819097
5#838F95
6#858E94
7#878E92
8#898D90
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC7 #BBC7CE | BordersInactive statesPlaceholder text |
| 400 | 97AA #97AAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A92 #7A929F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E76 #5E7682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5E #4B5E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3643 #36434A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B2F | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D9DFE3;
--slate-gray-300: #BBC7CE;
--slate-gray-400: #97AAB4;
--slate-gray-500: #7A929F;
--slate-gray-600: #5E7682;
--slate-gray-700: #4B5E68;
--slate-gray-800: #36434A;
--slate-gray-900: #222B2F;
--slate-gray-950: #151B1E;
}