Slate Gray
#5F6181
BlueColor Codes
All color formats for development
HEX
#5F6181RGB
rgb(95, 97, 129)HSL
hsl(236, 15%, 44%)OKLCH
oklch(0.503 0.051 281.6)CMYK
cmyk(26%, 25%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565874
2#4C4E67
3#43445A
4#393B4D
5#303141
6#262734
7#1D1D27
8#13141A
9#0A0A0D
Tints
Lighter variations
1#6C6E91
2#7C7E9E
3#8C8EAA
4#9C9EB6
5#ADAEC2
6#BDBECE
7#CECFDB
8#DEDFE7
9#EFEFF3
Tones
Muted variations
1#61637F
2#63657E
3#64667C
4#66677A
5#686979
6#696A77
7#6B6C75
8#6D6D74
9#6F6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBD #BCBDCD | BordersInactive statesPlaceholder text |
| 400 | 989A #989AB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7D #7B7D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F62 #5F6281 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4E #4C4E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3637 #363749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F8;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D9DAE3;
--slate-gray-300: #BCBDCD;
--slate-gray-400: #989AB3;
--slate-gray-500: #7B7D9D;
--slate-gray-600: #5F6281;
--slate-gray-700: #4C4E67;
--slate-gray-800: #363749;
--slate-gray-900: #23232F;
--slate-gray-950: #16161D;
}