Slate Gray
#5F5F81
BlueColor Codes
All color formats for development
HEX
#5F5F81RGB
rgb(95, 95, 129)HSL
hsl(240, 15%, 44%)OKLCH
oklch(0.499 0.054 284.3)CMYK
cmyk(26%, 26%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565674
2#4C4C67
3#43435A
4#39394D
5#303041
6#262634
7#1D1D27
8#13131A
9#0A0A0D
Tints
Lighter variations
1#6C6C91
2#7C7C9E
3#8C8CAA
4#9C9CB6
5#ADADC2
6#BDBDCE
7#CECEDB
8#DEDEE7
9#EFEFF3
Tones
Muted variations
1#61617F
2#63637E
3#64647C
4#66667A
5#686879
6#696977
7#6B6B75
8#6D6D74
9#6F6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9898 #9898B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7B #7B7B9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F5F #5F5F81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4C #4C4C67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #363649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F8;
--slate-gray-100: #EAEAF0;
--slate-gray-200: #D9D9E3;
--slate-gray-300: #BCBCCD;
--slate-gray-400: #9898B3;
--slate-gray-500: #7B7B9D;
--slate-gray-600: #5F5F81;
--slate-gray-700: #4C4C67;
--slate-gray-800: #363649;
--slate-gray-900: #23232F;
--slate-gray-950: #16161D;
}