Slate Gray
#5F6881
BlueColor Codes
All color formats for development
HEX
#5F6881RGB
rgb(95, 104, 129)HSL
hsl(224, 15%, 44%)OKLCH
oklch(0.519 0.041 269.4)CMYK
cmyk(26%, 19%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565E74
2#4C5367
3#43495A
4#393F4D
5#303441
6#262A34
7#1D1F27
8#13151A
9#0A0A0D
Tints
Lighter variations
1#6C7691
2#7C859E
3#8C94AA
4#9CA3B6
5#ADB3C2
6#BDC2CE
7#CED1DB
8#DEE0E7
9#EFF0F3
Tones
Muted variations
1#61697F
2#636A7E
3#646B7C
4#666B7A
5#686C79
6#696D77
7#6B6E75
8#6D6F74
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 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC0 #BCC0CD | BordersInactive statesPlaceholder text |
| 400 | 98A0 #98A0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B84 #7B849D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F68 #5F6881 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C53 #4C5367 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B49 | 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: #BCC0CD;
--slate-gray-400: #98A0B3;
--slate-gray-500: #7B849D;
--slate-gray-600: #5F6881;
--slate-gray-700: #4C5367;
--slate-gray-800: #363B49;
--slate-gray-900: #23262F;
--slate-gray-950: #16181D;
}