Slate Gray
#5F6481
BlueColor Codes
All color formats for development
HEX
#5F6481RGB
rgb(95, 100, 129)HSL
hsl(231, 15%, 44%)OKLCH
oklch(0.51 0.046 277)CMYK
cmyk(26%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565A74
2#4C5067
3#43465A
4#393C4D
5#303241
6#262834
7#1D1E27
8#13141A
9#0A0A0D
Tints
Lighter variations
1#6C7191
2#7C819E
3#8C91AA
4#9CA0B6
5#ADB0C2
6#BDC0CE
7#CED0DB
8#DEDFE7
9#EFEFF3
Tones
Muted variations
1#61667F
2#63677E
3#64687C
4#66697A
5#686A79
6#696B77
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 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBE #BCBECD | BordersInactive statesPlaceholder text |
| 400 | 989C #989CB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B80 #7B809D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F64 #5F6481 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C50 #4C5067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3639 #363949 | 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: #EAEBF0;
--slate-gray-200: #D9DAE3;
--slate-gray-300: #BCBECD;
--slate-gray-400: #989CB3;
--slate-gray-500: #7B809D;
--slate-gray-600: #5F6481;
--slate-gray-700: #4C5067;
--slate-gray-800: #363949;
--slate-gray-900: #23252F;
--slate-gray-950: #16171D;
}