Slate Gray
#7081A9
BlueColor Codes
All color formats for development
HEX
#7081A9RGB
rgb(112, 129, 169)HSL
hsl(222, 25%, 55%)OKLCH
oklch(0.605 0.064 266.6)CMYK
cmyk(34%, 24%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F729E
2#54658C
3#4A587B
4#3F4C69
5#353F58
6#2A3246
7#202635
8#151923
9#0B0D12
Tints
Lighter variations
1#7E8DB2
2#8C9ABA
3#9BA7C3
4#A9B3CB
5#B7C0D4
6#C6CDDD
7#D4D9E5
8#E2E6EE
9#F1F2F6
Tones
Muted variations
1#7282A6
2#7583A3
3#7884A0
4#7B859D
5#7E879B
6#818898
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 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED3 | BordersInactive statesPlaceholder text |
| 400 | 8F9D #8F9DBC | Disabled statesSecondary iconsMuted text |
| 500 | 7081 #7081A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5465 #54658C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4350 #435070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #303950 | 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: #F5F7F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D6DBE6;
--slate-gray-300: #B6BED3;
--slate-gray-400: #8F9DBC;
--slate-gray-500: #7081A9;
--slate-gray-600: #54658C;
--slate-gray-700: #435070;
--slate-gray-800: #303950;
--slate-gray-900: #1F2533;
--slate-gray-950: #131720;
}