Slate Gray
#7A999F
CyanColor Codes
All color formats for development
HEX
#7A999FRGB
rgb(122, 153, 159)HSL
hsl(190, 16%, 55%)OKLCH
oklch(0.662 0.036 210.7)CMYK
cmyk(23%, 4%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8C92
2#5E7C82
3#526D72
4#475D62
5#3B4E51
6#2F3E41
7#232F31
8#181F21
9#0C1010
Tints
Lighter variations
1#87A3A8
2#95ADB2
3#A2B7BC
4#AFC1C5
5#BCCCCF
6#CAD6D8
7#D7E0E2
8#E4EAEC
9#F2F5F5
Tones
Muted variations
1#7C979D
2#7E969B
3#7F9599
4#819497
5#839295
6#859194
7#879092
8#898F90
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCB #BBCBCE | BordersInactive statesPlaceholder text |
| 400 | 97AF #97AFB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A98 #7A989F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7C #5E7C82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B63 #4B6368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #36474A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D2F | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D9E1E3;
--slate-gray-300: #BBCBCE;
--slate-gray-400: #97AFB4;
--slate-gray-500: #7A989F;
--slate-gray-600: #5E7C82;
--slate-gray-700: #4B6368;
--slate-gray-800: #36474A;
--slate-gray-900: #222D2F;
--slate-gray-950: #151C1E;
}