Slate Gray
#65687B
BlueColor Codes
All color formats for development
HEX
#65687BRGB
rgb(101, 104, 123)HSL
hsl(232, 10%, 44%)OKLCH
oklch(0.522 0.03 278.2)CMYK
cmyk(18%, 15%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B5E6F
2#515363
3#474956
4#3D3E4A
5#32343E
6#282A31
7#1E1F25
8#141519
9#0A0A0C
Tints
Lighter variations
1#72758B
2#818498
3#9194A5
4#A1A3B2
5#B0B2BF
6#C0C2CC
7#D0D1D8
8#E0E0E5
9#EFF0F2
Tones
Muted variations
1#66697A
2#676A79
3#686A78
4#696B77
5#6B6C76
6#6C6D75
7#6D6E74
8#6E6F72
9#6F6F71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CA | BordersInactive statesPlaceholder text |
| 400 | 9D9F #9D9FAF | Disabled statesSecondary iconsMuted text |
| 500 | 8184 #818498 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6568 #65687B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5053 #505362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393B #393B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262D | 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: #EBECEF;
--slate-gray-200: #DBDBE1;
--slate-gray-300: #BEC0CA;
--slate-gray-400: #9D9FAF;
--slate-gray-500: #818498;
--slate-gray-600: #65687B;
--slate-gray-700: #505362;
--slate-gray-800: #393B46;
--slate-gray-900: #25262D;
--slate-gray-950: #17181C;
}