Slate Gray
#7A9D9F
CyanColor Codes
All color formats for development
HEX
#7A9D9FRGB
rgb(122, 157, 159)HSL
hsl(183, 16%, 55%)OKLCH
oklch(0.671 0.039 200.6)CMYK
cmyk(23%, 1%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A9092
2#5E8082
3#527072
4#476062
5#3B5051
6#2F4041
7#233031
8#182021
9#0C1010
Tints
Lighter variations
1#87A7A8
2#95B0B2
3#A2BABC
4#AFC4C5
5#BCCECF
6#CAD8D8
7#D7E2E2
8#E4EBEC
9#F2F5F5
Tones
Muted variations
1#7C9B9D
2#7E999B
3#7F9899
4#819697
5#839595
6#859394
7#879192
8#899090
9#8A8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCD #BBCDCE | BordersInactive statesPlaceholder text |
| 400 | 97B3 #97B3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9D #7A9D9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E80 #5E8082 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B66 #4B6668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #36494A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222F #222F2F | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D9E3E3;
--slate-gray-300: #BBCDCE;
--slate-gray-400: #97B3B4;
--slate-gray-500: #7A9D9F;
--slate-gray-600: #5E8082;
--slate-gray-700: #4B6668;
--slate-gray-800: #36494A;
--slate-gray-900: #222F2F;
--slate-gray-950: #151D1E;
}