Slate Gray
#7181A8
BlueColor Codes
All color formats for development
HEX
#7181A8RGB
rgb(113, 129, 168)HSL
hsl(223, 24%, 55%)OKLCH
oklch(0.605 0.063 267.2)CMYK
cmyk(33%, 23%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#60719D
2#55658B
3#4B587A
4#404B68
5#353F57
6#2B3246
7#202634
8#151923
9#0B0D11
Tints
Lighter variations
1#7F8DB1
2#8D9AB9
3#9BA6C2
4#AAB3CB
5#B8C0D3
6#C6CCDC
7#D4D9E5
8#E3E6EE
9#F1F2F6
Tones
Muted variations
1#7382A5
2#7683A2
3#7984A0
4#7C859D
5#7E869A
6#818797
7#848995
8#878A92
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED2 | BordersInactive statesPlaceholder text |
| 400 | 909C #909CBB | Disabled statesSecondary iconsMuted text |
| 500 | 7180 #7180A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5565 #55658B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4450 #44506F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #30394F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9EBF1;
--slate-gray-200: #D6DAE6;
--slate-gray-300: #B6BED2;
--slate-gray-400: #909CBB;
--slate-gray-500: #7180A8;
--slate-gray-600: #55658B;
--slate-gray-700: #44506F;
--slate-gray-800: #30394F;
--slate-gray-900: #1F2533;
--slate-gray-950: #131720;
}