Slate Gray
#666B7A
GrayColor Codes
All color formats for development
HEX
#666B7ARGB
rgb(102, 107, 122)HSL
hsl(225, 9%, 44%)OKLCH
oklch(0.529 0.024 270.9)CMYK
cmyk(16%, 12%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C606E
2#525662
3#474B56
4#3D4049
5#33363D
6#292B31
7#1F2025
8#141518
9#0A0B0C
Tints
Lighter variations
1#73798A
2#828897
3#9297A4
4#A2A5B1
5#B1B4BE
6#C1C3CB
7#D0D2D8
8#E0E1E5
9#EFF0F2
Tones
Muted variations
1#676C79
2#686C78
3#696D77
4#6A6D76
5#6B6E75
6#6C6E74
7#6D6F73
8#6E6F72
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC2 #BFC2CA | BordersInactive statesPlaceholder text |
| 400 | 9EA2 #9EA2AE | Disabled statesSecondary iconsMuted text |
| 500 | 8287 #828797 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666B #666B7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5155 #515561 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3D #3A3D45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272C | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #ECECEF;
--slate-gray-200: #DBDCE1;
--slate-gray-300: #BFC2CA;
--slate-gray-400: #9EA2AE;
--slate-gray-500: #828797;
--slate-gray-600: #666B7A;
--slate-gray-700: #515561;
--slate-gray-800: #3A3D45;
--slate-gray-900: #25272C;
--slate-gray-950: #17181C;
}