Slate Gray
#7A7A9F
BlueColor Codes
All color formats for development
HEX
#7A7A9FRGB
rgb(122, 122, 159)HSL
hsl(240, 16%, 55%)OKLCH
oklch(0.593 0.056 284.6)CMYK
cmyk(23%, 23%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6A92
2#5E5E82
3#525272
4#474762
5#3B3B51
6#2F2F41
7#232331
8#181821
9#0C0C10
Tints
Lighter variations
1#8787A8
2#9595B2
3#A2A2BC
4#AFAFC5
5#BCBCCF
6#CACAD8
7#D7D7E2
8#E4E4EC
9#F2F2F5
Tones
Muted variations
1#7C7C9D
2#7E7E9B
3#7F7F99
4#818197
5#838395
6#858594
7#878792
8#898990
9#8A8A8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBB #BBBBCE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7A #7A7A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E5E #5E5E82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4B #4B4B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #36364A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #22222F | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF0;
--slate-gray-200: #D9D9E3;
--slate-gray-300: #BBBBCE;
--slate-gray-400: #9797B4;
--slate-gray-500: #7A7A9F;
--slate-gray-600: #5E5E82;
--slate-gray-700: #4B4B68;
--slate-gray-800: #36364A;
--slate-gray-900: #22222F;
--slate-gray-950: #15151E;
}