Slate Gray
#5F6681
BlueColor Codes
All color formats for development
HEX
#5F6681RGB
rgb(95, 102, 129)HSL
hsl(228, 15%, 44%)OKLCH
oklch(0.515 0.044 273.4)CMYK
cmyk(26%, 21%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565C74
2#4C5267
3#43475A
4#393D4D
5#303341
6#262934
7#1D1F27
8#13141A
9#0A0A0D
Tints
Lighter variations
1#6C7391
2#7C829E
3#8C92AA
4#9CA2B6
5#ADB1C2
6#BDC1CE
7#CED0DB
8#DEE0E7
9#EFEFF3
Tones
Muted variations
1#61677F
2#63687E
3#64697C
4#666A7A
5#686B79
6#696C77
7#6B6D75
8#6D6E74
9#6F6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 989E #989EB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B82 #7B829D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F66 #5F6681 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C51 #4C5167 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D9DBE3;
--slate-gray-300: #BCBFCD;
--slate-gray-400: #989EB3;
--slate-gray-500: #7B829D;
--slate-gray-600: #5F6681;
--slate-gray-700: #4C5167;
--slate-gray-800: #363A49;
--slate-gray-900: #23252F;
--slate-gray-950: #16171D;
}