Slate Gray
#6B9AAE
BlueColor Codes
All color formats for development
HEX
#6B9AAERGB
rgb(107, 154, 174)HSL
hsl(198, 29%, 55%)OKLCH
oklch(0.66 0.059 226.4)CMYK
cmyk(39%, 11%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A8DA3
2#507D91
3#466E7F
4#3C5E6D
5#324E5A
6#283F48
7#1E2F36
8#141F24
9#0A1012
Tints
Lighter variations
1#7AA4B6
2#89AEBE
3#97B8C6
4#A6C2CE
5#B5CCD6
6#C4D6DE
7#D3E1E7
8#E1EBEF
9#F0F5F7
Tones
Muted variations
1#6E98AA
2#7297A7
3#7596A4
4#7894A0
5#7C939D
6#7F929A
7#829096
8#868F93
9#898E90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E2 #D4E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CB #B3CBD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB0 #8CB0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9A #6B9AAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507D #507D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F64 #3F6473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D47 #2D4752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E35 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8FA;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D4E2E7;
--slate-gray-300: #B3CBD5;
--slate-gray-400: #8CB0C0;
--slate-gray-500: #6B9AAE;
--slate-gray-600: #507D91;
--slate-gray-700: #3F6473;
--slate-gray-800: #2D4752;
--slate-gray-900: #1D2E35;
--slate-gray-950: #121C21;
}