Slate Gray
#5F6981
BlueColor Codes
All color formats for development
HEX
#5F6981RGB
rgb(95, 105, 129)HSL
hsl(222, 15%, 44%)OKLCH
oklch(0.521 0.04 267.3)CMYK
cmyk(26%, 19%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565F74
2#4C5467
3#434A5A
4#393F4D
5#303541
6#262A34
7#1D2027
8#13151A
9#0A0B0D
Tints
Lighter variations
1#6C7791
2#7C869E
3#8C95AA
4#9CA4B6
5#ADB3C2
6#BDC2CE
7#CED2DB
8#DEE1E7
9#EFF0F3
Tones
Muted variations
1#616A7F
2#636B7E
3#646B7C
4#666C7A
5#686D79
6#696E77
7#6B6E75
8#6D6F74
9#6F7072
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 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 98A0 #98A0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B85 #7B859D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F69 #5F6981 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C54 #4C5467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | 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: #D9DCE3;
--slate-gray-300: #BCC1CD;
--slate-gray-400: #98A0B3;
--slate-gray-500: #7B859D;
--slate-gray-600: #5F6981;
--slate-gray-700: #4C5467;
--slate-gray-800: #363C49;
--slate-gray-900: #23262F;
--slate-gray-950: #16181D;
}