Slate Gray
#5F6A81
BlueColor Codes
All color formats for development
HEX
#5F6A81RGB
rgb(95, 106, 129)HSL
hsl(221, 15%, 44%)OKLCH
oklch(0.524 0.039 265)CMYK
cmyk(26%, 18%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565F74
2#4C5567
3#434A5A
4#39404D
5#303541
6#262A34
7#1D2027
8#13151A
9#0A0B0D
Tints
Lighter variations
1#6C7891
2#7C869E
3#8C96AA
4#9CA5B6
5#ADB4C2
6#BDC3CE
7#CED2DB
8#DEE1E7
9#EFF0F3
Tones
Muted variations
1#616B7F
2#636B7E
3#646C7C
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 | 98A1 #98A1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B86 #7B869D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6A #5F6A81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C54 #4C5467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | 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: #98A1B3;
--slate-gray-500: #7B869D;
--slate-gray-600: #5F6A81;
--slate-gray-700: #4C5467;
--slate-gray-800: #363C49;
--slate-gray-900: #23272F;
--slate-gray-950: #16181D;
}