Slate Gray
#7080A9
BlueColor Codes
All color formats for development
HEX
#7080A9RGB
rgb(112, 128, 169)HSL
hsl(223, 25%, 55%)OKLCH
oklch(0.603 0.066 267.9)CMYK
cmyk(34%, 24%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F719E
2#54648C
3#4A587B
4#3F4B69
5#353F58
6#2A3246
7#202635
8#151923
9#0B0D12
Tints
Lighter variations
1#7E8DB2
2#8C99BA
3#9BA6C3
4#A9B3CB
5#B7BFD4
6#C6CCDD
7#D4D9E5
8#E2E6EE
9#F1F2F6
Tones
Muted variations
1#7281A6
2#7582A3
3#7884A0
4#7B859D
5#7E869B
6#818798
7#848995
8#878A92
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED3 | BordersInactive statesPlaceholder text |
| 400 | 8F9C #8F9CBC | Disabled statesSecondary iconsMuted text |
| 500 | 7080 #7080A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5464 #54648C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4350 #435070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #303950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | 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: #F5F7F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D6DAE6;
--slate-gray-300: #B6BED3;
--slate-gray-400: #8F9CBC;
--slate-gray-500: #7080A9;
--slate-gray-600: #54648C;
--slate-gray-700: #435070;
--slate-gray-800: #303950;
--slate-gray-900: #1F2433;
--slate-gray-950: #131720;
}