Slate Gray
#7A9F9F
CyanColor Codes
All color formats for development
HEX
#7A9F9FRGB
rgb(122, 159, 159)HSL
hsl(180, 16%, 55%)OKLCH
oklch(0.675 0.041 196.2)CMYK
cmyk(23%, 0%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A9292
2#5E8282
3#527272
4#476262
5#3B5151
6#2F4141
7#233131
8#182121
9#0C1010
Tints
Lighter variations
1#87A8A8
2#95B2B2
3#A2BCBC
4#AFC5C5
5#BCCFCF
6#CAD8D8
7#D7E2E2
8#E4ECEC
9#F2F5F5
Tones
Muted variations
1#7C9D9D
2#7E9B9B
3#7F9999
4#819797
5#839595
6#859494
7#879292
8#899090
9#8A8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCE #BBCECE | BordersInactive statesPlaceholder text |
| 400 | 97B4 #97B4B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9F #7A9F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E82 #5E8282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B68 #4B6868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 364A #364A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222F #222F2F | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D9E3E3;
--slate-gray-300: #BBCECE;
--slate-gray-400: #97B4B4;
--slate-gray-500: #7A9F9F;
--slate-gray-600: #5E8282;
--slate-gray-700: #4B6868;
--slate-gray-800: #364A4A;
--slate-gray-900: #222F2F;
--slate-gray-950: #151E1E;
}