Slate Gray
#7190A8
BlueColor Codes
All color formats for development
HEX
#7190A8RGB
rgb(113, 144, 168)HSL
hsl(206, 24%, 55%)OKLCH
oklch(0.639 0.05 241.8)CMYK
cmyk(33%, 14%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60829D
2#55748B
3#4B657A
4#405768
5#354857
6#2B3A46
7#202B34
8#151D23
9#0B0E11
Tints
Lighter variations
1#7F9BB1
2#8DA6B9
3#9BB1C2
4#AABCCB
5#B8C7D3
6#C6D3DC
7#D4DEE5
8#E3E9EE
9#F1F4F6
Tones
Muted variations
1#7390A5
2#768FA2
3#798FA0
4#7C8E9D
5#7E8E9A
6#818E97
7#848D95
8#878D92
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C6 #B6C6D2 | BordersInactive statesPlaceholder text |
| 400 | 90A9 #90A9BB | Disabled statesSecondary iconsMuted text |
| 500 | 7190 #7190A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5574 #55748B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445C #445C6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #30424F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D6DFE6;
--slate-gray-300: #B6C6D2;
--slate-gray-400: #90A9BB;
--slate-gray-500: #7190A8;
--slate-gray-600: #55748B;
--slate-gray-700: #445C6F;
--slate-gray-800: #30424F;
--slate-gray-900: #1F2A33;
--slate-gray-950: #131A20;
}