Slate Gray
#7188A8
BlueColor Codes
All color formats for development
HEX
#7188A8RGB
rgb(113, 136, 168)HSL
hsl(215, 24%, 55%)OKLCH
oklch(0.621 0.055 256.7)CMYK
cmyk(33%, 19%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60799D
2#556C8B
3#4B5E7A
4#405168
5#354357
6#2B3646
7#202834
8#151B23
9#0B0D11
Tints
Lighter variations
1#7F94B1
2#8DA0B9
3#9BABC2
4#AAB7CB
5#B8C3D3
6#C6CFDC
7#D4DBE5
8#E3E7EE
9#F1F3F6
Tones
Muted variations
1#7388A5
2#7689A2
3#7989A0
4#7C899D
5#7E8A9A
6#818A97
7#848B95
8#878B92
9#898C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C2 #B6C2D2 | BordersInactive statesPlaceholder text |
| 400 | 90A2 #90A2BB | Disabled statesSecondary iconsMuted text |
| 500 | 7188 #7188A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556C #556C8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4456 #44566F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303D #303D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F27 #1F2733 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9ECF1;
--slate-gray-200: #D6DDE6;
--slate-gray-300: #B6C2D2;
--slate-gray-400: #90A2BB;
--slate-gray-500: #7188A8;
--slate-gray-600: #556C8B;
--slate-gray-700: #44566F;
--slate-gray-800: #303D4F;
--slate-gray-900: #1F2733;
--slate-gray-950: #131820;
}