Slate Gray
#5F6F81
BlueColor Codes
All color formats for development
HEX
#5F6F81RGB
rgb(95, 111, 129)HSL
hsl(212, 15%, 44%)OKLCH
oklch(0.535 0.034 251.5)CMYK
cmyk(26%, 14%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566474
2#4C5967
3#434E5A
4#39434D
5#303841
6#262C34
7#1D2127
8#13161A
9#0A0B0D
Tints
Lighter variations
1#6C7D91
2#7C8C9E
3#8C9AAA
4#9CA8B6
5#ADB7C2
6#BDC5CE
7#CED4DB
8#DEE2E7
9#EFF1F3
Tones
Muted variations
1#616F7F
2#636F7E
3#646F7C
4#66707A
5#687079
6#697077
7#6B7075
8#6D7074
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 98A5 #98A5B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8B #7B8B9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6F #5F6F81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C58 #4C5867 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DEE3;
--slate-gray-300: #BCC4CD;
--slate-gray-400: #98A5B3;
--slate-gray-500: #7B8B9D;
--slate-gray-600: #5F6F81;
--slate-gray-700: #4C5867;
--slate-gray-800: #363F49;
--slate-gray-900: #23282F;
--slate-gray-950: #16191D;
}