Slate Gray
#607F80
CyanColor Codes
All color formats for development
HEX
#607F80RGB
rgb(96, 127, 128)HSL
hsl(182, 14%, 44%)OKLCH
oklch(0.573 0.035 198.7)CMYK
cmyk(25%, 1%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#577273
2#4D6566
3#44595A
4#3A4C4D
5#303F40
6#273333
7#1D2626
8#13191A
9#0A0D0D
Tints
Lighter variations
1#6D8F90
2#7D9C9D
3#8DA8A9
4#9DB5B5
5#AEC1C2
6#BECDCE
7#CEDADA
8#DEE6E6
9#EFF3F3
Tones
Muted variations
1#627D7E
2#647C7D
3#657A7B
4#67797A
5#687878
6#6A7676
7#6B7575
8#6D7373
9#6F7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCC #BCCCCD | BordersInactive statesPlaceholder text |
| 400 | 99B1 #99B1B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9B #7C9B9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607F #607F80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D65 #4D6566 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFF0;
--slate-gray-200: #D9E2E2;
--slate-gray-300: #BCCCCD;
--slate-gray-400: #99B1B2;
--slate-gray-500: #7C9B9C;
--slate-gray-600: #607F80;
--slate-gray-700: #4D6566;
--slate-gray-800: #374849;
--slate-gray-900: #232E2F;
--slate-gray-950: #161D1D;
}