Slate Gray
#707AA9
BlueColor Codes
All color formats for development
HEX
#707AA9RGB
rgb(112, 122, 169)HSL
hsl(229, 25%, 55%)OKLCH
oklch(0.59 0.073 274.7)CMYK
cmyk(34%, 28%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F6A9E
2#545E8C
3#4A537B
4#3F4769
5#353B58
6#2A2F46
7#202335
8#151823
9#0B0C12
Tints
Lighter variations
1#7E87B2
2#8C95BA
3#9BA2C3
4#A9AFCB
5#B7BDD4
6#C6CADD
7#D4D7E5
8#E2E4EE
9#F1F2F6
Tones
Muted variations
1#727CA6
2#757EA3
3#7880A0
4#7B819D
5#7E839B
6#818598
7#848795
8#878992
9#898A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BB #B6BBD3 | BordersInactive statesPlaceholder text |
| 400 | 8F98 #8F98BC | Disabled statesSecondary iconsMuted text |
| 500 | 707A #707AA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 545E #545E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434B #434B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3036 #303650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F22 #1F2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EAF2;
--slate-gray-200: #D6D9E6;
--slate-gray-300: #B6BBD3;
--slate-gray-400: #8F98BC;
--slate-gray-500: #707AA9;
--slate-gray-600: #545E8C;
--slate-gray-700: #434B70;
--slate-gray-800: #303650;
--slate-gray-900: #1F2233;
--slate-gray-950: #131520;
}