Slate Gray
#7881A1
BlueColor Codes
All color formats for development
HEX
#7881A1RGB
rgb(120, 129, 161)HSL
hsl(227, 18%, 55%)OKLCH
oklch(0.608 0.05 272.6)CMYK
cmyk(25%, 20%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687195
2#5C6584
3#515874
4#454C63
5#3A3F53
6#2E3242
7#232632
8#171921
9#0C0D11
Tints
Lighter variations
1#858DAA
2#939AB4
3#A0A6BD
4#AEB3C7
5#BBC0D0
6#C9CCD9
7#D6D9E3
8#E4E6EC
9#F1F2F6
Tones
Muted variations
1#7A829F
2#7C839D
3#7E849B
4#808599
5#828697
6#848895
7#868992
8#888A90
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECF | BordersInactive statesPlaceholder text |
| 400 | 969D #969DB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7881 #7881A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C65 #5C6584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4950 #495069 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3439 #34394B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D8DAE4;
--slate-gray-300: #BABECF;
--slate-gray-400: #969DB6;
--slate-gray-500: #7881A1;
--slate-gray-600: #5C6584;
--slate-gray-700: #495069;
--slate-gray-800: #34394B;
--slate-gray-900: #212530;
--slate-gray-950: #15171E;
}