Slate Gray
#7185A8
BlueColor Codes
All color formats for development
HEX
#7185A8RGB
rgb(113, 133, 168)HSL
hsl(218, 24%, 55%)OKLCH
oklch(0.614 0.058 261.5)CMYK
cmyk(33%, 21%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60769D
2#55698B
3#4B5C7A
4#404F68
5#354257
6#2B3546
7#202734
8#151A23
9#0B0D11
Tints
Lighter variations
1#7F91B1
2#8D9DB9
3#9BAAC2
4#AAB6CB
5#B8C2D3
6#C6CEDC
7#D4DAE5
8#E3E7EE
9#F1F3F6
Tones
Muted variations
1#7386A5
2#7686A2
3#7987A0
4#7C889D
5#7E899A
6#818997
7#848A95
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 | D6DC #D6DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C1 #B6C1D2 | BordersInactive statesPlaceholder text |
| 400 | 90A0 #90A0BB | Disabled statesSecondary iconsMuted text |
| 500 | 7185 #7185A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5569 #55698B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4454 #44546F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303C #303C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | 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: #D6DCE6;
--slate-gray-300: #B6C1D2;
--slate-gray-400: #90A0BB;
--slate-gray-500: #7185A8;
--slate-gray-600: #55698B;
--slate-gray-700: #44546F;
--slate-gray-800: #303C4F;
--slate-gray-900: #1F2633;
--slate-gray-950: #131820;
}