Slate Gray
#7890A1
BlueColor Codes
All color formats for development
HEX
#7890A1RGB
rgb(120, 144, 161)HSL
hsl(205, 18%, 55%)OKLCH
oklch(0.641 0.037 239)CMYK
cmyk(25%, 11%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688295
2#5C7484
3#516574
4#455763
5#3A4853
6#2E3A42
7#232B32
8#171D21
9#0C0E11
Tints
Lighter variations
1#859BAA
2#93A6B4
3#A0B1BD
4#AEBCC7
5#BBC7D0
6#C9D2D9
7#D6DEE3
8#E4E9EC
9#F1F4F6
Tones
Muted variations
1#7A8F9F
2#7C8F9D
3#7E8F9B
4#808E99
5#828E97
6#848E95
7#868D92
8#888D90
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC6 #BAC6CF | BordersInactive statesPlaceholder text |
| 400 | 96A8 #96A8B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7890 #7890A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C74 #5C7484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495C #495C69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D8DFE4;
--slate-gray-300: #BAC6CF;
--slate-gray-400: #96A8B6;
--slate-gray-500: #7890A1;
--slate-gray-600: #5C7484;
--slate-gray-700: #495C69;
--slate-gray-800: #34424B;
--slate-gray-900: #212A30;
--slate-gray-950: #151A1E;
}